TriggerType
- Updated2026-01-12
- 1 minute(s) read
Gets or sets the trigger type of the DigitalHistoryRamTrigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public HistoryRamTriggerType TriggerType { get; set; }
Remarks
The digital pattern instrument waits for this trigger after you initiate a pattern burst and does not acquire pattern information until it receives this trigger.
Returns
The trigger type of the DigitalHistoryRamTrigger. The default value is FirstFailure.
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.OutOfRangeException | The value for TriggerType is invalid. |
| Ivi.Driver.IviCDriverException | The underlying NI-Digital driver returned an error. |
| System.ObjectDisposedException | TriggerType was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |