NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAcquisition.OverflowErrorReportingMode Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeAcquisition.OverflowErrorReportingMode Property

ScopeAcquisitionOverflowErrorReportingMode Property

Gets or sets the reporting mode when the onboard signal processing block detects an overflow in any of its stages. Overflows lead to clipping of the waveform.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public ScopeOverflowErrorReportingMode OverflowErrorReportingMode { get; set; }
Public Property OverflowErrorReportingMode As ScopeOverflowErrorReportingMode
	Get
	Set

Property Value

Type: ScopeOverflowErrorReportingMode
Specifies the ScopeOverflowErrorReportingMode. The default value is Warning.

Remarks

You can access this property only with high-speed digitizers that support onboard signal processing (OSP), such as the NI PXI-5142. If you open a session with a device that does not support OSP and you attempt to access this property, a ModularInstrumentsException is thrown.

See Also

Log in to get a better experience