GetRangeVbwFilterBandwidth(string, out double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the spurrange number. |
| value | out 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.