TagTableCollection Class¶
-
class
NXOpen.Mechatronics.TagTableCollection¶ Bases:
objectRepresents a collection of TagTable.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX10.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateTagTableBuilder | Creates a NXOpen.Mechatronics.TagTableBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.TagTableObject with the given name. |
Method Detail¶
CreateTagTableBuilder¶
-
TagTableCollection.CreateTagTableBuilder¶ Creates a
NXOpen.Mechatronics.TagTableBuilder.Signature
CreateTagTableBuilder(tagTableObject)Parameters: tagTableObject ( NXOpen.Mechatronics.TagTableObject) –NXOpen.Mechatronics.TagTableObjectto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.TagTableBuilderNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
TagTableCollection.FindObject¶ Finds the
NXOpen.Mechatronics.TagTableObjectwith 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.TagTableObject.Returns: NXOpen.Mechatronics.TagTableObjectwith this name.Return type: NXOpen.Mechatronics.TagTableObjectNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)