VeriStand .NET API Reference

Table of Contents

TransmitTime.SetTriggerChannel Method

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
)

Parameters

TriggerChannel
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to monitor for the transmit time value.

See Also

Log in to get a better experience