ConfigureRbwFilter(string, RFmxNRMXAcpRbwAutoBandwidth, double, RFmxNRMXAcpRbwFilterType)
- Updated2025-04-08
- 1 minute(s) read
Configures the resolution bandwidth (RBW) filter.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int ConfigureRbwFilter(string selectorString, RFmxNRMXAcpRbwAutoBandwidth rbwAuto, double rbw, RFmxNRMXAcpRbwFilterType 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 | RFmxNRMXAcpRbwAutoBandwidth | 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 value is expressed in Hz. |
rbwFilterType | RFmxNRMXAcpRbwFilterType | Specifies the shape of the RBW filter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.