RfsgTriggerEdge Enumeration
- Updated2024-05-08
- 1 minute(s) read
RfsgTriggerEdge Enumeration
Specifies the transition of the signal from one discrete level to another.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public enum RfsgTriggerEdge
Public Enumeration RfsgTriggerEdge
Members
Member name | Value | Description | |
---|---|---|---|
RisingEdge | 0 | The signal transitions are from low level to high level. | |
FallingEdge | 1 | The signal transitions are from high level to low level. |