PlantOutputCollection Class

class NXOpen.Motion.PlantOutputCollection

Bases: object

Represents a collection of Plant Output objects

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

New in version NX6.0.0.

Methods

Method Description
CreatePlantOutputBuilder Creates a NXOpen.Motion.PlantOutputBuilder
FindObject Finds the NXOpen.Motion.PlantOutput with the given name.

Method Detail

CreatePlantOutputBuilder

PlantOutputCollection.CreatePlantOutputBuilder

Creates a NXOpen.Motion.PlantOutputBuilder

Signature CreatePlantOutputBuilder(platoutput)

Parameters:platoutput (NXOpen.Motion.PlantOutput) –
Returns:
Return type:NXOpen.Motion.PlantOutputBuilder

New in version NX6.0.0.

License requirements: nx_motion_cosim (“NX Motion CoSimulation”)

FindObject

PlantOutputCollection.FindObject

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

New in version NX6.0.0.

License requirements: nx_motion_cosim (“NX Motion CoSimulation”)