Hdr

SCPI Command :

TRIGger:BLUetooth:MEASurement<Instance>:HDR:SOURce
class HdrCls[source]

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

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

No command help available

return:

trigger: No help available

set_source(trigger: str) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDR:SOURce
driver.trigger.bluetooth.measurement.hdr.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.hdr.clone()

Subgroups