TransmitterEntryCollection Class

class NXOpen.Mechatronics.TransmitterEntryCollection

Bases: object

Represents a collection of Transmitter Entry.

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

New in version NX12.0.0.

Methods

Method Description
CreateTransmitterEntryBuilder Creates a NXOpen.Mechatronics.TransmitterEntryBuilder.
FindObject Finds the NXOpen.Mechatronics.TransmitterEntry with the given name. An exception will be thrown if no object can be found with given name.

Method Detail

CreateTransmitterEntryBuilder

TransmitterEntryCollection.CreateTransmitterEntryBuilder

Creates a NXOpen.Mechatronics.TransmitterEntryBuilder.

Signature CreateTransmitterEntryBuilder(transmitterEntry)

Parameters:transmitterEntry (NXOpen.Mechatronics.TransmitterEntry) – NXOpen.Mechatronics.TransmitterEntry to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.TransmitterEntryBuilder

New in version NX12.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

TransmitterEntryCollection.FindObject

Finds the NXOpen.Mechatronics.TransmitterEntry with the given name. 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.TransmitterEntry.
Returns:NXOpen.Mechatronics.TransmitterEntry with this name.
Return type:NXOpen.Mechatronics.TransmitterEntry

New in version NX12.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)