Sets a trigger channel to use to get the transmit time value for a Transmit Time channel. The value of this channel is used as the transmit time value, in seconds.
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 SetTriggerChannel ( _
TriggerChannel As BaseNode _
) |
C# |
---|
public void SetTriggerChannel(
BaseNode TriggerChannel
) |
Visual C++ |
---|
public:
void SetTriggerChannel(
BaseNode^ TriggerChannel
) |