DigitalEdgeConditionalJumpTrigger.Edge Property
- Updated2023-11-24
- 1 minute(s) read
DigitalEdgeConditionalJumpTriggerEdge Property
Gets or sets the active edge for the Conditional Jump Trigger.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public DigitalEdge Edge { get; set; }
Public Property Edge As DigitalEdge Get Set
Property Value
Type: DigitalEdgeThe active edge for the Conditional Jump Trigger. This property is used when TriggerType is set to DigitalEdge. The default value is Rising.
Exceptions
Exception | Condition |
---|---|
OutOfRangeException | The value for Edge is invalid. |