PMDCMotorCollection Class¶
-
class
NXOpen.Motion.PMDCMotorCollection¶ Bases:
objectRepresents a collection of motion pmdc motor
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePmdcMotorBuilder | Return NXOpen.Motion.PMDCMotorBuilder object |
| FindObject | Finds the NXOpen.Motion.PMDCMotor with the given name. |
Method Detail¶
CreatePmdcMotorBuilder¶
-
PMDCMotorCollection.CreatePmdcMotorBuilder¶ Return
NXOpen.Motion.PMDCMotorBuilderobjectSignature
CreatePmdcMotorBuilder(pmdcMotor)Parameters: pmdcMotor ( NXOpen.Motion.PMDCMotor) –NXOpen.Motion.PMDCMotorto be edited, if None then create a new oneReturns: PMDCMotorBuilder object Return type: NXOpen.Motion.PMDCMotorBuilderNew in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
FindObject¶
-
PMDCMotorCollection.FindObject¶ Finds the
NXOpen.Motion.PMDCMotorwith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – Returns: Return type: NXOpen.Motion.PMDCMotorNew in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)