DigitalEdgeStartTrigger.Edge Property
- Updated2023-11-24
- 1 minute(s) read
DigitalEdgeStartTriggerEdge Property
Gets or sets the active edge for the start 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 start 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. |