Sets the bandwidth of the RBW filter used to sweep the acquired signal when you set the SetRbwFilterAutoBandwidth(string, RFmxWcdmaMXChpRbwAutoBandwidth) method to False. This method is valid only if you set the SetRbwFilterType(string, RFmxWcdmaMXChpRbwFilterType) method to Gaussian or Flat. This value is expressed in Hz.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int SetRbwFilterBandwidth(string selectorString, double value)

Remarks

This method sets the value of ChpRbwFilterBandwidth attribute.The default value is 50 kHz.

Parameters

NameTypeDescription
selectorStringstring

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

valuedouble

Specifies the bandwidth of the RBW filter used to sweep the acquired signal when you set the SetRbwFilterAutoBandwidth(string, RFmxWcdmaMXChpRbwAutoBandwidth) method to False. This method is valid only if you set the SetRbwFilterType(string, RFmxWcdmaMXChpRbwFilterType) method to Gaussian or Flat. This value is expressed in Hz.

Returns

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