VeriStand .NET API Reference

DAQCountUpDown.CountDirection Property

Gets or sets the direction of the count (up, down, or externally controlled).

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 Property CountDirection As DAQCounterCountMode
C#
public virtual DAQCounterCountMode CountDirection { get; set; }
Visual C++
public:
virtual property DAQCounterCountMode CountDirection {
	DAQCounterCountMode get ();
	void set (DAQCounterCountMode value);
}

Property Value

An enumeration value of DAQCounterCountMode.

See Also

Log in to get a better experience