All

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:TRX:RESult[:ALL]
class AllCls[source]

All commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class AllStruct[source]

Response structure. Fields:

  • Spot_Check: bool: No parameter help available

  • Power: bool: No parameter help available

  • Modulation: bool: No parameter help available

  • Spectrum_Acp: bool: No parameter help available

get() AllStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:TRX:RESult[:ALL]
value: AllStruct = driver.configure.bluetooth.measurement.trx.result.all.get()

No command help available

return:

structure: for return value, see the help for AllStruct structure arguments.

set(spot_check: bool, power: bool, modulation: bool, spectrum_acp: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:TRX:RESult[:ALL]
driver.configure.bluetooth.measurement.trx.result.all.set(spot_check = False, power = False, modulation = False, spectrum_acp = False)

No command help available

param spot_check:

No help available

param power:

No help available

param modulation:

No help available

param spectrum_acp:

No help available