PreTestExciterConfigCollection Class¶
-
class
NXOpen.CAE.PreTestExciterConfigCollection¶ Bases:
objectRepresents a collection of exciter selection configuration
To obtain an instance of this class, refer to
NXOpen.CAE.PreTestExciterSelectionControlNew in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| ActiveExciterConfig | Returns or sets the pre-test active exciter configuration |
Methods¶
| Method | Description |
|---|---|
| CloneExciterConfig | Clone a pre-test exciter configuration |
| FindObject | Finds a exciter selection configuration with specified name |
| RemoveExciterConfig | Removes and deletes a exciter selection configuration |
Property Detail¶
ActiveExciterConfig¶
-
PreTestExciterConfigCollection.ActiveExciterConfig¶ Returns or sets the pre-test active exciter configuration
-------------------------------------Getter Method
Signature
ActiveExciterConfigReturns: Return type: int New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ActiveExciterConfigParameters: activeConfig (int) – New in version NX8.0.0.
License requirements: nx_correl_base (“FE Correlation”)
Method Detail¶
CloneExciterConfig¶
-
PreTestExciterConfigCollection.CloneExciterConfig¶ Clone a pre-test exciter configuration
Signature
CloneExciterConfig(source)Parameters: source ( NXOpen.CAE.PreTestExciterConfig) – Pre-Test exciter configuration to be clonedReturns: Cloned Pre-Test exciter configuration Return type: NXOpen.CAE.PreTestExciterConfigNew in version NX8.0.0.
License requirements: nx_correl_base (“FE Correlation”)
FindObject¶
-
PreTestExciterConfigCollection.FindObject¶ Finds a exciter selection configuration with specified name
Signature
FindObject(name)Parameters: name (str) – exciter selection configuration name to be found Returns: exciter selection configuration found Return type: NXOpen.CAE.PreTestExciterConfigNew in version NX8.0.0.
License requirements: None.
RemoveExciterConfig¶
-
PreTestExciterConfigCollection.RemoveExciterConfig¶ Removes and deletes a exciter selection configuration
Signature
RemoveExciterConfig(toRemove)Parameters: toRemove (int) – Index of the exciter selection configuration to remove New in version NX8.0.0.
License requirements: nx_correl_base (“FE Correlation”)