TriggerType
- Updated2026-01-12
- 1 minute(s) read
Gets or sets the trigger type of the DigitalStartTrigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public TriggerType TriggerType { get; set; }
Remarks
The digital pattern instrument waits for this trigger after you initiate a pattern burst and does not burst a pattern until this trigger is received.
Returns
The trigger type of the DigitalStartTrigger. The default value is None.
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.OutOfRangeException | The value for TriggerType is invalid. |