VeriStand .NET API Reference

Condition.SetValue Method (BaseNode)

Sets the channel 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 BaseNode _
)
C#
public void SetValue(
	BaseNode Value
)
Visual C++
public:
void SetValue(
	BaseNode^ Value
)

Parameters

Value
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to compare with Variable.

See Also

Log in to get a better experience