Result

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:PVTime
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:SACP
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:IQ
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:EVMagnitude
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:TXSCalar
class ResultCls[source]

Result commands group definition. 6 total commands, 1 Subgroups, 5 group commands

get_ev_magnitude() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:EVMagnitude
value: bool = driver.configure.hdrp.result.get_ev_magnitude()

No command help available

return:

state: No help available

get_iq() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:IQ
value: bool = driver.configure.hdrp.result.get_iq()

No command help available

return:

state: No help available

get_power_vs_time() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:PVTime
value: bool = driver.configure.hdrp.result.get_power_vs_time()

No command help available

return:

state: No help available

get_sacp() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:SACP
value: bool = driver.configure.hdrp.result.get_sacp()

No command help available

return:

state: No help available

get_tx_scalar() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:TXSCalar
value: bool = driver.configure.hdrp.result.get_tx_scalar()

No command help available

return:

state: No help available

set_ev_magnitude(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:EVMagnitude
driver.configure.hdrp.result.set_ev_magnitude(state = False)

No command help available

param state:

No help available

set_iq(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:IQ
driver.configure.hdrp.result.set_iq(state = False)

No command help available

param state:

No help available

set_power_vs_time(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:PVTime
driver.configure.hdrp.result.set_power_vs_time(state = False)

No command help available

param state:

No help available

set_sacp(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:SACP
driver.configure.hdrp.result.set_sacp(state = False)

No command help available

param state:

No help available

set_tx_scalar(state: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:RESult:TXSCalar
driver.configure.hdrp.result.set_tx_scalar(state = False)

No command help available

param state:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.hdrp.result.clone()

Subgroups