Edge
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the active edge for the Configuration List Step trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgTriggerEdge Edge { get; set; }
Remarks
Specifies RfsgTriggerEdge enumeration.
The default value is RisingEdge.
This property is valid only when TriggerType is set to DigitalEdge.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Edge property was accessed after the associated NIRfsg object was disposed. |