PreTestSensorSelectionDofSetCollection Class¶
-
class
NXOpen.CAE.PreTestSensorSelectionDofSetCollection¶ Bases:
objectRepresents 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.PreTestSensorSelectionControlNew 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.PreTestDofSetNew in version NX7.5.0.
License requirements: None.