SimConditionSequenceCollection Class

class NXOpen.CAE.SimConditionSequenceCollection

Bases: object

This class is a collection of NXOpen.CAE.SimConditionSequence. For now, it only supports one NXOpen.CAE.SimConditionSequence. To access the one and only NXOpen.CAE.SimConditionSequence, use NXOpen.CAE.SimConditionSeqMgr.ActiveConditionSequence`()

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

New in version NX9.0.0.

Methods

Method Description
Find Collection’s object finder
Get Returns the NXOpen.CAE.SimConditionSequence with the specified label or None if such a sequence doesn’t exist

Method Detail

Find

SimConditionSequenceCollection.Find

Collection’s object finder

Signature Find(label)

Parameters:label (str) – label of the NXOpen.CAE.SimConditionSequence
Returns:The NXOpen.CAE.SimConditionSequence
Return type:NXOpen.CAE.SimConditionSequence

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Get

SimConditionSequenceCollection.Get

Returns the NXOpen.CAE.SimConditionSequence with the specified label or None if such a sequence doesn’t exist

Signature Get(label)

Parameters:label (int) –
Returns:the corresponding NXOpen.CAE.SimConditionSequence
Return type:NXOpen.CAE.SimConditionSequence

New in version NX9.0.0.

License requirements: None.