SpotCheck

SCPI Commands

CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SPOTcheck:LEVel
class SpotCheck[source]

SpotCheck commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_level()float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SPOTcheck:LEVel
value: float = driver.configure.rxQuality.spotCheck.get_level()

Sets the Tx level of R&S CMW for spot check. The allowed value range can be calculated as follows: Range (Level) = Range (Output Power) - External Attenuation Range (Output Power) = -130 dBm to 0 dBm (RFx COM) or -120 dBm to 8 dBm (RFx OUT) ; please also notice the ranges quoted in the data sheet.

return

level: numeric Range: see above

set_level(level: float)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SPOTcheck:LEVel
driver.configure.rxQuality.spotCheck.set_level(level = 1.0)

Sets the Tx level of R&S CMW for spot check. The allowed value range can be calculated as follows: Range (Level) = Range (Output Power) - External Attenuation Range (Output Power) = -130 dBm to 0 dBm (RFx COM) or -120 dBm to 8 dBm (RFx OUT) ; please also notice the ranges quoted in the data sheet.

param level

numeric Range: see above