VeriStand .NET API Reference

RawDataBasedFrame.EnableTransmissionTrigger Method

Enables checking the value of a DisableChannel to enable or disable transmission of the outgoing frame.

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

Parameters

DisableChannel
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to use to disable transmission. Transmission is disabled when the value of this channel is non-zero. Transmission is re-enabled when the channel becomes zero again.

Remarks

This method is only valid for outgoing frames.

See Also

Log in to get a better experience