ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

SetVariable.SetValue2 Method (Double)

Sets Value2 in the Function operation to a constant 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 Double _
) As Boolean
C#
public bool SetValue2(
	double Value2
)
Visual C++
public:
bool SetValue2(
	double Value2
)

Parameters

Value2
Type: System.Double
The constant value of Value1.

Return Value

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

See Also