VeriStand .NET API Reference

Counter.SetAlternateChannel Method

Sets a channel to use to trigger writing data when UseAlternateChannel is true (True in Visual Basic). Data updates whenever the value of AlternateChannel is non-zero.

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 Sub SetAlternateChannel ( _
	AlternateChannel As BaseNode _
)
C#
public void SetAlternateChannel(
	BaseNode AlternateChannel
)
Visual C++
public:
void SetAlternateChannel(
	BaseNode^ AlternateChannel
)

Parameters

AlternateChannel
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to use to trigger writing data.

See Also

Log in to get a better experience