RfsgTriggerEdge Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the transition of the signal from one discrete level to another.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgTriggerEdge
Members
| Name | Value | Description |
|---|---|---|
| RisingEdge | (int)0 | The signal transitions are from low level to high level. |
| FallingEdge | (int)1 | The signal transitions are from high level to low level. |