DigitalTrigger.SequencerFlag Property
- Updated2023-11-24
- 1 minute(s) read
DigitalTriggerSequencerFlag Property
Gets the DigitalSequencerFlagTrigger object used
to get the configuration for the sequencer flag trigger.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public DigitalSequencerFlagTrigger SequencerFlag { get; }
Public ReadOnly Property SequencerFlag As DigitalSequencerFlagTrigger Get
Property Value
Type: DigitalSequencerFlagTriggerObject used to get the configuration for the sequencer flag trigger. This object is created when the DigitalTrigger is created.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | DigitalSequencerFlagTrigger was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |