VeriStand .NET API Reference

RawDataBasedFrame.SetTransmitTrigger Method

Sets event-triggered frame transmission on the 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 SetTransmitTrigger ( _
	TriggerType As FrameTriggerType, _
	TriggerChannel As BaseNode _
)
C#
public void SetTransmitTrigger(
	FrameTriggerType TriggerType,
	BaseNode TriggerChannel
)
Visual C++
public:
void SetTransmitTrigger(
	FrameTriggerType TriggerType, 
	BaseNode^ TriggerChannel
)

Parameters

TriggerType
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.FrameTriggerType
The FrameTriggerType condition TriggerChannel must meet to trigger transmission of the outgoing frame.
TriggerChannel
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to check for the FrameTriggerType condition.

Remarks

This method is only valid for outgoing frames.

See Also

Log in to get a better experience