Uap

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:UAP:QHSL
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:UAP
class UapCls[source]

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

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

No command help available

return:

bd_address_uap: No help available

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

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

return:

bd_address_uap: hex Two-digit hex number Range: #H0 to #HFF

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

No command help available

param bd_address_uap:

No help available

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

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

param bd_address_uap:

hex Two-digit hex number Range: #H0 to #HFF