Hdrp

SCPI Command :

TRIGger:BLUetooth:MEASurement<Instance>:HDRP:SOURce
class HdrpCls[source]

Hdrp commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_source() str[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDRP:SOURce
value: str = driver.trigger.bluetooth.measurement.hdrp.get_source()

No command help available

return:

trigger: No help available

set_source(trigger: str) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDRP:SOURce
driver.trigger.bluetooth.measurement.hdrp.set_source(trigger = 'abc')

No command help available

param trigger:

No help available

Cloning the Group

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

Subgroups