VeriStand .NET API Reference

DAQAnalogOutput.InitialValue Property

Gets or sets the initial value of the analog output 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 Property InitialValue As Double
C#
public double InitialValue { get; set; }
Visual C++
public:
property double InitialValue {
	double get ();
	void set (double value);
}

Property Value

The initial value of the channel.

See Also

Log in to get a better experience