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

TypeDescription
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.