PneumaticValveCollection Class¶
-
class
NXOpen.Mechatronics.PneumaticValveCollection¶ Bases:
objectRepresents a collection of Pneumatic Valve.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePneumaticValveBuilder | Creates a NXOpen.Mechatronics.PneumaticValveBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PneumaticValve with the given name. An exception will be thrown if no object can be found with given name. |
Method Detail¶
CreatePneumaticValveBuilder¶
-
PneumaticValveCollection.CreatePneumaticValveBuilder¶ Creates a
NXOpen.Mechatronics.PneumaticValveBuilder.Signature
CreatePneumaticValveBuilder(pneumaticValve)Parameters: pneumaticValve ( NXOpen.Mechatronics.PneumaticValve) –NXOpen.Mechatronics.PneumaticValveto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PneumaticValveBuilderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PneumaticValveCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PneumaticValvewith 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.PneumaticValve.Returns: NXOpen.Mechatronics.PneumaticValvewith this name.Return type: NXOpen.Mechatronics.PneumaticValveNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)