RFmxWcdmaMXObwConfiguration.ConfigureRbwFilter Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures the RBW filter.
Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureRbwFilter( string selectorString, RFmxWcdmaMXObwRbwAutoBandwidth rbwAuto, double rbw, RFmxWcdmaMXObwRbwFilterType rbwFilterType )
Public Function ConfigureRbwFilter ( selectorString As String, rbwAuto As RFmxWcdmaMXObwRbwAutoBandwidth, rbw As Double, rbwFilterType As RFmxWcdmaMXObwRbwFilterType ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- rbwAuto RFmxWcdmaMXObwRbwAutoBandwidth
- Specifies whether the measurement computes the RBW.
- rbw Double
-
Specifies the bandwidth of the RBW filter used to sweep the acquired signal when you set the rbwAuto parameter to False.
This parameter is valid only if you set the rbwFilterType parameter to Gaussian or Flat. This value is expressed in Hz. - rbwFilterType RFmxWcdmaMXObwRbwFilterType
- Specifies the shape of the digital RBW filter.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.