PreTestSensorSelectionDofSetCollection Class

class NXOpen.CAE.PreTestSensorSelectionDofSetCollection

Bases: object

Represents a collection of sensor selection configuration.

Contains two objects: the candidate dof set and the required dof set. To obtain an instance of this class, refer to NXOpen.CAE.PreTestSensorSelectionControl

New in version NX7.5.0.

Methods

Method Description
FindObject Finds a sensor selection configuration with specified name

Method Detail

FindObject

PreTestSensorSelectionDofSetCollection.FindObject

Finds a sensor selection configuration with specified name

Signature FindObject(name)

Parameters:name (str) – dof set name, either “Candidate DOF” or “Required DOF”
Returns:dof set
Return type:NXOpen.CAE.PreTestDofSet

New in version NX7.5.0.

License requirements: None.