VeriStand .NET API Reference

Counter.UseAlternateChannel Property

Gets whether the AlternateChannel specified by SetAlternateChannel is used to trigger writing data.

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 UseAlternateChannel As Boolean
C#
public virtual bool UseAlternateChannel { get; }
Visual C++
public:
virtual property bool UseAlternateChannel {
	bool get ();
}

Property Value

A System.Boolean indicating whether to use the alternate channel. If true (True in Visual Basic), data updates whenever the value of AlternateChannel is non-zero. If false (False in Visual Basic), data updates continuously.

See Also

Log in to get a better experience