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
) |