ControlPortCollection Class¶
-
class
NXOpen.Motion.ControlPortCollection¶ Bases:
objectRepresents a collection of Control Port objects
To obtain an instance of this class, refer to
NXOpen.Motion.ControlInputNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| FindObject | Finds the NXOpen.Motion.ControlPort with the given name. |
Method Detail¶
FindObject¶
-
ControlPortCollection.FindObject¶ Finds the
NXOpen.Motion.ControlPortwith 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.Motion.ControlPort.Returns: NXOpen.Motion.ControlPortwith this name.Return type: NXOpen.Motion.ControlPortNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)