Hdrp

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HDRP:MOEXception
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCONdition
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:REPetition
class HdrpCls[source]

Hdrp commands group definition. 23 total commands, 5 Subgroups, 3 group commands

get_mo_exception() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:MOEXception
value: bool = driver.configure.hdrp.get_mo_exception()

No command help available

return:

meas_on_exception: No help available

get_repetition() Repeat[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:REPetition
value: enums.Repeat = driver.configure.hdrp.get_repetition()

No command help available

return:

repetition: No help available

get_scondition() StopCondition[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCONdition
value: enums.StopCondition = driver.configure.hdrp.get_scondition()

No command help available

return:

stop_condition: No help available

set_mo_exception(meas_on_exception: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:MOEXception
driver.configure.hdrp.set_mo_exception(meas_on_exception = False)

No command help available

param meas_on_exception:

No help available

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:REPetition
driver.configure.hdrp.set_repetition(repetition = enums.Repeat.CONTinuous)

No command help available

param repetition:

No help available

set_scondition(stop_condition: StopCondition) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCONdition
driver.configure.hdrp.set_scondition(stop_condition = enums.StopCondition.NONE)

No command help available

param stop_condition:

No help available

Cloning the Group

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

Subgroups