NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelEqualizationFilter.NumberOfCoefficients Property

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

ScopeChannelEqualizationFilterNumberOfCoefficients Property

Gets the number of coefficients that the equalization FIR filter can accept.

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

Syntax

public int NumberOfCoefficients { get; }
Public ReadOnly Property NumberOfCoefficients As Integer
	Get

Property Value

Type: Int32
The number of coefficients that the equalization FIR filter can accept.

Remarks

Use this property to get the size of the double array to pass to ConfigureCoefficients(Double).
Note Note
You can access this property only with high-speed digitizers that support onboard signal processing (OSP), such as the NI 5142. If you open a session with an instrument 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