ExternalSignalConfigurationCollection Class

class NXOpen.Mechatronics.ExternalSignalConfigurationCollection

Bases: object

Represents a collection of ExternalSignalConfigurationObject.

To obtain an instance of this class, refer to NXOpen.Mechatronics.PhysicsManager

New in version NX12.0.0.

Methods

Method Description
CreateExternalSignalConfigurationBuilder Creates a NXOpen.Mechatronics.ExternalSignalConfigurationBuilder.
FindObject Finds the NXOpen.Mechatronics.ExternalSignalConfigurationObject with the given name. An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with given name.

Method Detail

CreateExternalSignalConfigurationBuilder

ExternalSignalConfigurationCollection.CreateExternalSignalConfigurationBuilder

Creates a NXOpen.Mechatronics.ExternalSignalConfigurationBuilder.

Signature CreateExternalSignalConfigurationBuilder(externalSignalConfigurationObject)

Parameters:externalSignalConfigurationObject (NXOpen.Mechatronics.ExternalSignalConfigurationObject) – NXOpen.Mechatronics.ExternalSignalConfigurationObject to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.ExternalSignalConfigurationBuilder

New in version NX12.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

ExternalSignalConfigurationCollection.FindObject

Finds the NXOpen.Mechatronics.ExternalSignalConfigurationObject with the given name. An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with given name.

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Mechatronics.ExternalSignalConfigurationObject.
Returns:NXOpen.Mechatronics.ExternalSignalConfigurationObject with this name.
Return type:NXOpen.Mechatronics.ExternalSignalConfigurationObject

New in version NX12.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)