All

SCPI Command :

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

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

class AllStruct[source]

Response structure. Fields:

  • Evm: bool: No parameter help available

  • Tx_Scalars: bool: No parameter help available

  • Iq_Constellation: bool: No parameter help available

  • Power_Vs_Time: bool: No parameter help available

  • Spectrum_Acp: bool: No parameter help available

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

No command help available

return:

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

set(evm: bool, tx_scalars: bool, iq_constellation: bool, power_vs_time: bool, spectrum_acp: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult[:ALL]
driver.configure.hdrp.result.all.set(evm = False, tx_scalars = False, iq_constellation = False, power_vs_time = False, spectrum_acp = False)

No command help available

param evm:

No help available

param tx_scalars:

No help available

param iq_constellation:

No help available

param power_vs_time:

No help available

param spectrum_acp:

No help available