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

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of range number. Example:
"range0"
You can use the BuildRangeString2(string, int) method to build the selector string.

vbwAutoRFmxSpecAnMXSpurRangeVbwFilterAutoBandwidth

Specifies whether the VBW is expressed directly or computed based on VBW to RBW ratio. This value is expressed in Hz.

vbwdouble

Specifies the video bandwidth when you set the VBWAuto parameter false. This value is expressed in Hz.

vbwToRbwRatiodouble

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.