VeriStand .NET API Reference

SetMultipleVariables.Values Property

Gets the values to which this step sets the specified Channels.

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 Overridable ReadOnly Property Values As Double()
C#
public virtual double[] Values { get; }
Visual C++
public:
virtual property array<double>^ Values {
	array<double>^ get ();
}

Property Value

The array of constant values applied to the Channels.

Remarks

This property is read-only. Use the constructor for this class or the SetChannelsAndValues method to set the channels this step configures.

See Also

Log in to get a better experience