Contains functionality for configuring triggers.

Derives from

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public class DigitalTrigger : DigitalSubObject

Remarks

A DigitalTrigger object is created when you create a new NIDigital session and can be accessed through the Trigger property on the session. Refer to Supported Triggers and Events for more information on using triggers with digital pattern instruments.
Note

Example applications are located in the <Public Documents>\National Instruments\NI-Digital\Examples\DotNET 4.x directory or in the Start menu at National Instruments » NI Digital Pattern Examples.

Thread Safety

All members of this type are safe for multithreaded operations.

Properties

NameDescription
ConditionalJumpTriggers

Gets the DigitalConditionalJumpTrigger objects used to configure and control conditional jump triggers.

HistoryRamTrigger

Gets the DigitalHistoryRamTrigger object used to configure and control History RAM triggers.

RIOTriggers

Gets the DigitalRIOTrigger objects used to configure and control RIO triggers.

SequencerFlag

Gets the DigitalSequencerFlagTrigger object used to get the configuration for the sequencer flag trigger.

StartTrigger

Gets the DigitalStartTrigger object used to configure and control start triggers.