ConfigureRangeVbwFilter(string, RFmxSpecAnMXSpurRangeVbwFilterAutoBandwidth, double, double)
- Updated2025-10-13
- 1 minute(s) read
Configures the video bandwidth (VBW) settings including VBW Auto, VBW, and VBW to RBW ratio for the specified range.
Use "range(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureRangeVbwFilter(string selectorString, RFmxSpecAnMXSpurRangeVbwFilterAutoBandwidth vbwAuto, double vbw, double vbwToRbwRatio)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of range number. Example: |
| vbwAuto | RFmxSpecAnMXSpurRangeVbwFilterAutoBandwidth | Specifies whether the VBW is expressed directly or computed based on VBW to RBW ratio. This value is expressed in Hz. |
| vbw | double | Specifies the video bandwidth when you set the VBWAuto parameter false. This value is expressed in Hz. |
| vbwToRbwRatio | double | Specifies the VBW to RBW Ratio when you set the VBWAuto parameter to true. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.