NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannel.EnableInterleavingOffsetCorrection Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannel.EnableInterleavingOffsetCorrection Property

ScopeChannelEnableInterleavingOffsetCorrection Property

Gets or sets a value specifying whether to enable the interleaving offset correction.

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

Syntax

public bool EnableInterleavingOffsetCorrection { get; set; }
Public Property EnableInterleavingOffsetCorrection As Boolean
	Get
	Set

Property Value

Type: Boolean
, if interleaving offset correction is enabled; otherwise, . The default value is .

Exceptions

ExceptionCondition
ObjectDisposedExceptionEnableInterleavingOffsetCorrection was called after the associated NIScope or ScopeDriverUtility object was disposed.
OperationNotSupportedException On the instrument under use, EnableInterleavingOffsetCorrection is not supported.
IviCDriverException The underlying NI-SCOPE driver returned an error.

Remarks

Note Note
If disabled, warranted specifications are not guaranteed.

See Also

Log in to get a better experience