Hdrp

SCPI Commands :

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

Hdrp commands group definition. 4 total commands, 1 Subgroups, 3 group commands

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

No command help available

return:

source: No help available

get_threshold() float[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDRP:THReshold
value: float or bool = driver.trigger.hdrp.get_threshold()

No command help available

return:

power: (float or boolean) No help available

get_timeout() float[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDRP:TOUT
value: float or bool = driver.trigger.hdrp.get_timeout()

No command help available

return:

timeout: (float or boolean) No help available

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

No command help available

param source:

No help available

set_threshold(power: float) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDRP:THReshold
driver.trigger.hdrp.set_threshold(power = 1.0)

No command help available

param power:

(float or boolean) No help available

set_timeout(timeout: float) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:HDRP:TOUT
driver.trigger.hdrp.set_timeout(timeout = 1.0)

No command help available

param timeout:

(float or boolean) No help available

Cloning the Group

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

Subgroups