DigitalTrigger Class
- Updated2026-01-12
- 1 minute(s) read
Contains functionality for configuring triggers.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public class DigitalTrigger : DigitalSubObject
Remarks
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
| Name | Description |
|---|---|
| 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. |