GetSpan(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the span for the FrequencyRange measurement. This value is expressed in Hz. You must adjust the span according the center frequency as specified in section 4.5.4 of the Bluetooth Test Specification RF.TS.p33. It is recommended to use the span of 6 MHz for a center frequency of 2.402 GHz and 10 MHz for a center frequency of 2.48 GHz.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int GetSpan(string selectorString, out double value)
Remarks
This method gets the value of FrequencyRangeSpan attribute.The default value is 10 MHz.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out double | Upon return, contains the span for the FrequencyRange measurement. This value is expressed in Hz. You must adjust the span according the center frequency as specified in section 4.5.4 of the Bluetooth Test Specification RF.TS.p33. It is recommended to use the span of 6 MHz for a center frequency of 2.402 GHz and 10 MHz for a center frequency of 2.48 GHz. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.