Valve.State Property

Top 

Description

The Open or Closed state of the valve. If all of the valves connected to a Thruster are closed, you can turn the Thruster off using the Thuster.ThrusterOn property to avoid unwanted error messages.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myValve1.State;

 

myValve1.State = myVariable1;

 

Example 1

 

See also

Valve Object

Thruster.ThrusterOn

Valves Guide