BdaUap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:BDAUap
class BdaUapCls[source]

BdaUap commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class BdaUapStruct[source]

Response structure. Fields:

  • Bda_Uap: str: numeric Range: #H00 to #HFF

  • Bitcount: int: integer Range: 8 to 8

get() BdaUapStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:BDAUap
value: BdaUapStruct = driver.source.bb.btooth.pconfiguration.bdaUap.get()

Enters the upper address part of Bluetooth Device Address. The length of UAP is 8 bits or 2 hexadecimal figures.

return

structure: for return value, see the help for BdaUapStruct structure arguments.

set(bda_uap: str, bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:BDAUap
driver.source.bb.btooth.pconfiguration.bdaUap.set(bda_uap = rawAbc, bitcount = 1)

Enters the upper address part of Bluetooth Device Address. The length of UAP is 8 bits or 2 hexadecimal figures.

param bda_uap

numeric Range: #H00 to #HFF

param bitcount

integer Range: 8 to 8