NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannel.HighPassFilterFrequency Property

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

ScopeChannelHighPassFilterFrequency Property

Gets or sets the frequency for the highpass filter in Hz.

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

Syntax

public double HighPassFilterFrequency { get; set; }
Public Property HighPassFilterFrequency As Double
	Get
	Set

Property Value

Type: Double
The frequency for the highpass filter in Hz. The instrument uses one of the valid values listed in the remarks. If an invalid value is specified, no coercion occurs. The default value is 0.0.

Exceptions

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

Remarks

Valid values (PXIe-5164): 0.0, 90.0, 450.0

See Also

Log in to get a better experience