NI-SCOPE .NET Class Library Help

ScopeOverflowErrorReportingMode Enumeration

  • Updated2023-09-06
  • 1 minute(s) read
ScopeOverflowErrorReportingMode Enumeration

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 nameValueDescription
Error0 A ModularInstrumentsException is thrown when an overflow occurs in the onboard signal processing (OSP) block.
Warning1 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.
Disabled2 No exceptions are thrown when an overflow occurs in the onboard signal processing (OSP) block.

See Also