TransmitterEntryCollection Class¶
-
class
NXOpen.Mechatronics.TransmitterEntryCollection¶ Bases:
objectRepresents a collection of Transmitter Entry.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew 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.TransmitterEntryto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.TransmitterEntryBuilderNew in version NX12.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
TransmitterEntryCollection.FindObject¶ Finds the
NXOpen.Mechatronics.TransmitterEntrywith 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.TransmitterEntrywith this name.Return type: NXOpen.Mechatronics.TransmitterEntryNew in version NX12.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)