VeriStand .NET API Reference

SetVariable.SetValue2 Method (BaseNode)

Sets Value2 in the Function operation to a channel value.

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 Function SetValue2 ( _
	Value2 As BaseNode _
) As Boolean
C#
public bool SetValue2(
	BaseNode Value2
)
Visual C++
public:
bool SetValue2(
	BaseNode^ Value2
)

Parameters

Value2
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel that specifies the value of Value1.

Return Value

true (True in Visual Basic) if the value was set successfully.

See Also

Log in to get a better experience