RFmxCdma2kMXAcpConfiguration.ConfigureRbwFilter Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures the RBW filter.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureRbwFilter( string selectorString, RFmxCdma2kMXAcpRbwAutoBandwidth rbwAuto, double rbw, RFmxCdma2kMXAcpRbwFilterType rbwFilterType )
Public Function ConfigureRbwFilter ( selectorString As String, rbwAuto As RFmxCdma2kMXAcpRbwAutoBandwidth, rbw As Double, rbwFilterType As RFmxCdma2kMXAcpRbwFilterType ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- rbwAuto RFmxCdma2kMXAcpRbwAutoBandwidth
-
Specifies whether the measurement computes the RBW.
- rbw Double
- Specifies the bandwidth of the RBW filter used to sweep the acquired signal if you set the rbwAuto parameter to False. This value is expressed in Hz.
- rbwFilterType RFmxCdma2kMXAcpRbwFilterType
- 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.