ScopeTriggerSlope Enumeration
- Updated2023-09-06
- 1 minute(s) read
ScopeTriggerSlope Enumeration
Specifies whether a rising or a falling edge triggers the digitizer.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public enum ScopeTriggerSlope
Public Enumeration ScopeTriggerSlope
Members
Member name | Value | Description | |
---|---|---|---|
Positive | 1 | A positive (rising) edge passing through the trigger level triggers the digitizer. For a digital trigger, this corresponds to a low-to-high transition. | |
Negative | 0 | A negative (falling) edge passing through the trigger level triggers the digitizer. For a digital trigger, this corresponds to a high-to-low transition. |