ScopeOverflowErrorReportingMode Enumeration
- Updated2023-09-06
- 1 minute(s) read
ScopeOverflowErrorReportingMode Enumeration
Controls the overflow error reporting behavior of the digital downconverter (DDC) block of the onboard signal processing (OSP) device.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public enum ScopeOverflowErrorReportingMode
Public Enumeration ScopeOverflowErrorReportingMode
Members
Member name | Value | Description | |
---|---|---|---|
Error | 0 | A ModularInstrumentsException is thrown when an overflow occurs in the onboard signal processing (OSP) block. | |
Warning | 1 | No exceptions are thrown when an overflow occurs in the onboard signal processing (OSP) block. A warning occurs. Hook onto Warning of ModularInstrumentsWarning to get the warning message. | |
Disabled | 2 | No exceptions are thrown when an overflow occurs in the onboard signal processing (OSP) block. |