PreTestSensorConfigCollection Class

class NXOpen.CAE.PreTestSensorConfigCollection

Bases: object

Represents a collection of sensor selection configuration

To obtain an instance of this class, refer to NXOpen.CAE.PreTestSensorSelectionControl

New in version NX7.5.0.

Properties

Property Description
ActiveSensorConfig Returns or sets the pre-test active sensor configuration

Methods

Method Description
CloneSensorConfig Clone a pre-test sensor configuration
FindObject Finds a sensor selection configuration with specified name
RemoveSensorConfig Removes and deletes a sensor selection configuration

Property Detail

ActiveSensorConfig

PreTestSensorConfigCollection.ActiveSensorConfig

Returns or sets the pre-test active sensor configuration

-------------------------------------

Getter Method

Signature ActiveSensorConfig

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ActiveSensorConfig

Parameters:activeConfig (int) –

New in version NX7.5.0.

License requirements: nx_correl_base (“FE Correlation”)

Method Detail

CloneSensorConfig

PreTestSensorConfigCollection.CloneSensorConfig

Clone a pre-test sensor configuration

Signature CloneSensorConfig(source)

Parameters:source (NXOpen.CAE.PreTestSensorConfig) – Pre-Test sensor configuration to be cloned
Returns:Cloned Pre-Test sensor configuration
Return type:NXOpen.CAE.PreTestSensorConfig

New in version NX7.5.0.

License requirements: nx_correl_base (“FE Correlation”)

FindObject

PreTestSensorConfigCollection.FindObject

Finds a sensor selection configuration with specified name

Signature FindObject(name)

Parameters:name (str) – sensor selection configuration name to be found
Returns:sensor selection configuration found
Return type:NXOpen.CAE.PreTestSensorConfig

New in version NX7.5.0.

License requirements: None.

RemoveSensorConfig

PreTestSensorConfigCollection.RemoveSensorConfig

Removes and deletes a sensor selection configuration

Signature RemoveSensorConfig(toRemove)

Parameters:toRemove (int) – Index of the sensor selection configuration to remove

New in version NX7.5.0.

License requirements: nx_correl_base (“FE Correlation”)