DigitalStartTrigger Class
- Updated2026-01-12
- 1 minute(s) read
Provides configuration and controls for start triggers that affect how the pattern burst begins.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public class DigitalStartTrigger : 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 |
|---|---|
| DigitalEdge | Gets the DigitalEdgeStartTrigger object used to configure and control the start trigger as a digital edge start trigger. |
| OutputTerminal | Gets or sets the destination terminal for exporting the start trigger. |
| Software | Gets the DigitalSoftwareStartTrigger object used to configure and control the start trigger as a software start trigger. |
| TerminalName | Gets a string containing the terminal name of the DigitalStartTrigger. |
| TriggerType | Gets or sets the trigger type of the DigitalStartTrigger. |
Methods
| Name | Description |
|---|---|
| Disable() | Disables a previously configured start trigger and sets TriggerType to None. |