ControlOutputCollection Class

class NXOpen.Motion.ControlOutputCollection

Bases: object

Represents a collection of Control Output objects

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New in version NX11.0.0.

Methods

Method Description
CreateControlOutputBuilder Creates a NXOpen.Motion.ControlOutputBuilder
FindObject Finds the NXOpen.Motion.ControlOutput object with the given name.

Method Detail

CreateControlOutputBuilder

ControlOutputCollection.CreateControlOutputBuilder

Creates a NXOpen.Motion.ControlOutputBuilder

Signature CreateControlOutputBuilder(controlOutput)

Parameters:controlOutput (NXOpen.Motion.ControlOutput) – NXOpen.Motion.ControlOutput to be edited
Returns:ControlOutput object
Return type:NXOpen.Motion.ControlOutputBuilder

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

ControlOutputCollection.FindObject

Finds the NXOpen.Motion.ControlOutput object 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.Motion.ControlOutput.
Returns:NXOpen.Motion.ControlOutput with this name.
Return type:NXOpen.Motion.ControlOutput

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)