Current

SCPI Commands

READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent
class Current[source]

Current commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent
value: List[float] = driver.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 RsCmwBluetoothMeas.Configure.InputSignal.btype) .

Use RsCmwBluetoothMeas.reliability.last_value to read the updated reliability indicator.

return

obw: float 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) . Range: -99.99 dB to 99.99 dB, Unit: dB

read()List[float][source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SOBW:CURRent
value: List[float] = driver.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 RsCmwBluetoothMeas.Configure.InputSignal.btype) .

Use RsCmwBluetoothMeas.reliability.last_value to read the updated reliability indicator.

return

obw: float 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) . Range: -99.99 dB to 99.99 dB, Unit: dB