Current
SCPI Commands :
READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent value: List[float] = driver.bluetooth.measurement.multiEval.trace.soBw.current.fetch()
Returns current, average and maximum results of the Spectrum 20 dB Bandwidth trace. The 20 dB bandwidth values are available for BR bursts (method RsCMPX_BluetoothMeas.Configure.Bluetooth.Measurement.InputSignal.btype) .
Suppressed linked return values: reliability
- return:
obw: 769 bandwidth results, covering a frequency range [–1.5 MHz, +1.5 MHz], relative to the peak emission within the measured Bluetooth channel. The spacing between adjacent trace points is 3.906 kHz (≅4 MHz/1024) .
- read() List[float][source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent value: List[float] = driver.bluetooth.measurement.multiEval.trace.soBw.current.read()
Returns current, average and maximum results of the Spectrum 20 dB Bandwidth trace. The 20 dB bandwidth values are available for BR bursts (method RsCMPX_BluetoothMeas.Configure.Bluetooth.Measurement.InputSignal.btype) .
Suppressed linked return values: reliability
- return:
obw: 769 bandwidth results, covering a frequency range [–1.5 MHz, +1.5 MHz], relative to the peak emission within the measured Bluetooth channel. The spacing between adjacent trace points is 3.906 kHz (≅4 MHz/1024) .