NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelEqualizationFilter.Enabled Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelEqualizationFilter.Enabled Property

ScopeChannelEqualizationFilterEnabled Property

Gets or sets whether the onboard signal processing equalization FIR block is enabled.

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

Syntax

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

Property Value

Type: Boolean
The default value is .

Remarks

If you set Enabled to , ensure that you call ConfigureCoefficients(Double) with a double array whose size matches NumberOfCoefficients.
Note Note
This property is valid only with high-speed digitizers that support onboard signal processing, such as the NI 5142. On an instrument that does not support OSP, accessing this property results in a ModularInstrumentsException.

See Also

Log in to get a better experience