ConfigureRbwFilter(string, RFmxEvdoMXAcpRbwAutoBandwidth, double, RFmxEvdoMXAcpRbwFilterType)
- Updated2025-10-13
- 1 minute(s) read
Configures the resolution bandwidth (RBW) filter.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int ConfigureRbwFilter(string selectorString, RFmxEvdoMXAcpRbwAutoBandwidth rbwAuto, double rbw, RFmxEvdoMXAcpRbwFilterType rbwFilterType)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| rbwAuto | RFmxEvdoMXAcpRbwAutoBandwidth | Specifies whether the measurement calculates 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 value is expressed in Hz. |
| rbwFilterType | RFmxEvdoMXAcpRbwFilterType | 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.