DigitalConditionalJumpTrigger.TriggerType Property
- Updated2023-11-24
- 1 minute(s) read
DigitalConditionalJumpTriggerTriggerType Property
Gets or sets the trigger type of the DigitalConditionalJumpTrigger.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public TriggerType TriggerType { get; set; }
Public Property TriggerType As TriggerType Get Set
Property Value
Type: TriggerTypeThe trigger type of the DigitalConditionalJumpTrigger. The default value is None.
Exceptions
Exception | Condition |
---|---|
OutOfRangeException | The value for TriggerType is invalid. |