Edge
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the active edge for the digital edge Script trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgTriggerEdge Edge { get; set; }
Remarks
Specifies the RfsgTriggerEdge enumeration. The default value is RisingEdge.
This property is used when TriggerType is set to DigitalEdge.
This property is not case-sensitive. To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Edge property was accessed after the associated NIRfsg object was disposed. |