Configures the resolution bandwidth (RBW) filter.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int ConfigureRbwFilter(string selectorString, RFmxNRMXAcpRbwAutoBandwidth rbwAuto, double rbw, RFmxNRMXAcpRbwFilterType rbwFilterType)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

rbwAutoRFmxNRMXAcpRbwAutoBandwidth

Specifies whether the measurement computes the RBW.

rbwdouble

Specifies the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the rbwAuto parameter to False. This value is expressed in Hz.

rbwFilterTypeRFmxNRMXAcpRbwFilterType

Specifies the shape of the RBW filter.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.