StartTrigger
- Updated2026-01-12
- 1 minute(s) read
Gets the DigitalStartTrigger object used to configure and control start triggers.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public DigitalStartTrigger StartTrigger { get; }
Returns
Object used to configure and control start triggers. This object is created when the DigitalTrigger is created.
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.IviCDriverException | The underlying NI-Digital driver returned an error. |
| System.ObjectDisposedException | StartTrigger was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |