Lap

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LAP:QHSL
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LAP
class LapCls[source]

Lap commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_qhsl() str[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LAP:QHSL
value: str = driver.configure.inputSignal.lap.get_qhsl()

No command help available

return:

bd_address_lap: No help available

get_value() str[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LAP
value: str = driver.configure.inputSignal.lap.get_value()

Specifies the lower address part of the DUT’s Bluetooth device address.

return:

bd_address_lap: hex Six-digit hex number Range: #H0 to #HFFFFFF

set_qhsl(bd_address_lap: str) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LAP:QHSL
driver.configure.inputSignal.lap.set_qhsl(bd_address_lap = rawAbc)

No command help available

param bd_address_lap:

No help available

set_value(bd_address_lap: str) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LAP
driver.configure.inputSignal.lap.set_value(bd_address_lap = rawAbc)

Specifies the lower address part of the DUT’s Bluetooth device address.

param bd_address_lap:

hex Six-digit hex number Range: #H0 to #HFFFFFF