Gets or sets the maximum corner frequency of the high pass filter in the RF signal path.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double RFHighPassFiltering { get; set; }

Remarks

Supported Devices: NI 5606

Returns a Double representing the maximum corner frequency of the high pass filter in the RF signal path.

The device uses the highest frequency high-pass filter option below or equal to the value you specify and returns a coerced value. Specifying a value of 0 disables high pass filtering.

Valid values are 0 to 26.5, inclusive. The default value is 0.

Exceptions

TypeDescription
System.ObjectDisposedException

The RFHighPassFiltering property was accessed after the associated NIRfsa object was disposed.