LabVIEWNodeProperty.Direction

Syntax

LabVIEWNodeProperty.Direction

Data Type

LabVIEWNodePropertyDirections

Use the following constants with this data type:

  • LVNodePropertyDirection_Default –(Value: 2) Indicates that the property uses the default value.
  • LVNodePropertyDirection_In –(Value: 0) Indicates that TestStand passes the property to the VI.
  • LVNodePropertyDirection_Out –(Value: 1) Indicates that the VI returns the property.

Purpose

Indicates the direction of the property. 0 indicates an In property. 1 indicates an Out property.

See Also

LabVIEWNodeProperty.DataName

LabVIEWNodeProperty.LongName

LabVIEWModule.NodeProperties