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

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int SetRangeVbwFilterBandwidth(string selectorString, double value)

Remarks

This method sets 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.

valuedouble

Specifies 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.