LimitSwitchCollection Class

class NXOpen.Mechatronics.LimitSwitchCollection

Bases: object

Represents a collection of Limit Switch.

To obtain an instance of this class, refer to NXOpen.Mechatronics.PhysicsManager

New in version NX11.0.0.

Methods

Method Description
CreateLimitSwitchBuilder
FindObject
Finds the NXOpen.Mechatronics.LimitSwitch with the given name. An exception will be thrown if no object can be found with given name.

Method Detail

CreateLimitSwitchBuilder

LimitSwitchCollection.CreateLimitSwitchBuilder

Creates a NXOpen.Mechatronics.LimitSwitchBuilder.

Signature CreateLimitSwitchBuilder(limitSwitch)

Parameters:limitSwitch (NXOpen.Mechatronics.LimitSwitch) – NXOpen.Mechatronics.LimitSwitch to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.LimitSwitchBuilder

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

LimitSwitchCollection.FindObject

Finds the NXOpen.Mechatronics.LimitSwitch with 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.LimitSwitch.
Returns:NXOpen.Mechatronics.LimitSwitch with this name.
Return type:NXOpen.Mechatronics.LimitSwitch

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)