VeriStand .NET API Reference

Table of Contents

DAQTaskCommand.InitialValue Property

Gets or sets a value indicating whether the channel is initially enabled or disabled.

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 Boolean
C#
public bool InitialValue { get; set; }
Visual C++
public:
property bool InitialValue {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) to enable the channel; false (False in Visual Basic) to disable.

See Also

Log in to get a better experience