BdaUap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:BDAUap
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class BdaUapStruct[source]

Response structure. Fields:

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

  • 2 Bitcount: int: integer Range: 8 to 8

get() BdaUapStruct[source]
# [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.

Returns:

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

set(bda_uap: str, bitcount: int) None[source]
# [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.

Parameters:
  • bda_uap – numeric Range: #H00 to #HFF

  • bitcount – integer Range: 8 to 8