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