Edge
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the active edge for the Reference trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public RfsaTriggerEdge Edge { get; set; }
Remarks
Specifies the RfsaTriggerEdge enumeration.
This property is used only when the Type property is set to DigitalEdge.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Edge property was accessed after the associated NIRfsa object was disposed. |