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: OFF | ON Spot check ON: Evaluate results OFF: Do not evaluate results

  • Power: bool: OFF | ON Statistical power results

  • Modulation: bool: OFF | ON Statistical modulation results

  • Spectrum_Acp: bool: OFF | ON Spectrum ACP results Only ACP+/-5 channel mode supported (21 half-channels)

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

Enables or disables the evaluation of results.

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.trx.result.all.set(spot_check = False, power = False, modulation = False, spectrum_acp = False)

Enables or disables the evaluation of results.

param spot_check:

OFF | ON Spot check ON: Evaluate results OFF: Do not evaluate results

param power:

OFF | ON Statistical power results

param modulation:

OFF | ON Statistical modulation results

param spectrum_acp:

OFF | ON Spectrum ACP results Only ACP+/-5 channel mode supported (21 half-channels)