Gets the video bandwidth (VBW) in Hz when you set the SetRangeVbwFilterAutoBandwidth(string, RFmxSpecAnMXSpurRangeVbwFilterAutoBandwidth) method to False.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetRangeVbwFilterBandwidth(string selectorString, out double value)

Remarks

This method gets the value of SpurRangeVbwFilterBandwidth attribute.The default value is 30000.

Parameters

NameTypeDescription
selectorStringstring

Specifies the spurrange number.
Example: "spurrange0".
You can use the BuildRangeString(string, int) method to build the selector string.

valueout double

Upon return, contains the video bandwidth (VBW) in Hz when you set the SetRangeVbwFilterAutoBandwidth(string, RFmxSpecAnMXSpurRangeVbwFilterAutoBandwidth) method to False.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.