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.SetValue1 Method (Double)

Sets Value1 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 SetValue1 ( _
	Value1 As Double _
) As Boolean
C#
public bool SetValue1(
	double Value1
)
Visual C++
public:
bool SetValue1(
	double Value1
)

Parameters

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

Return Value

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

See Also