Configures the RBW filter.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureRbwFilter(string selectorString, RFmxLteMXAcpRbwAutoBandwidth rbwAuto, double rbw, RFmxLteMXAcpRbwFilterType rbwFilterType)

Parameters

NameTypeDescription
selectorStringstring

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

rbwAutoRFmxLteMXAcpRbwAutoBandwidth

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.

rbwFilterTypeRFmxLteMXAcpRbwFilterType

Specifies the shape of the digital RBW filter.

Returns

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