VeriStand .NET API Reference

Condition.SetValue Method (Double)

Sets the constant value to compare with the Variable channel.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub SetValue ( _
	Value As Double _
)
C#
public void SetValue(
	double Value
)
Visual C++
public:
void SetValue(
	double Value
)

Parameters

Value
Type: System.Double
The constant value to compare with Variable.

See Also

Log in to get a better experience