PositionSensorCollection Class¶
-
class
NXOpen.Mechatronics.PositionSensorCollection¶ Bases:
objectRepresents a collection of Position Sensor.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePositionSensorBuilder | Creates a NXOpen.Mechatronics.PositionSensorBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PositionSensor with the given name. An exception will be thrown if no object can be found with given name. |
Method Detail¶
CreatePositionSensorBuilder¶
-
PositionSensorCollection.CreatePositionSensorBuilder¶ Creates a
NXOpen.Mechatronics.PositionSensorBuilder.Signature
CreatePositionSensorBuilder(positionSensor)Parameters: positionSensor ( NXOpen.Mechatronics.PositionSensor) –NXOpen.Mechatronics.PositionSensorto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PositionSensorBuilderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PositionSensorCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PositionSensorwith 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.PositionSensor.Returns: NXOpen.Mechatronics.PositionSensorwith this name.Return type: NXOpen.Mechatronics.PositionSensorNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)