PreTestExciterSelectionDofSetCollection Class

class NXOpen.CAE.PreTestExciterSelectionDofSetCollection

Bases: object

Represents a collection of exciter 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.PreTestExciterSelectionControl

New in version NX8.0.0.

Methods

Method Description
FindObject Finds a exciter selection configuration with specified name

Method Detail

FindObject

PreTestExciterSelectionDofSetCollection.FindObject

Finds a exciter 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 NX8.0.0.

License requirements: None.