Configures the resolution bandwidth (RBW) filter.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int ConfigureRbwFilter(string selectorString, RFmxEvdoMXAcpRbwAutoBandwidth rbwAuto, double rbw, RFmxEvdoMXAcpRbwFilterType rbwFilterType)

Parameters

NameTypeDescription
selectorStringstring

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

rbwAutoRFmxEvdoMXAcpRbwAutoBandwidth

Specifies whether the measurement calculates 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.

rbwFilterTypeRFmxEvdoMXAcpRbwFilterType

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.