BdaLap

SCPI Command :

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

Response structure. Fields:

  • 1 Bda_Lap: str: numeric Range: #H000000 to #HFFFFFF

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

get() BdaLapStruct[source]
# [SOURce<HW>]:BB:BTOoth:PCONfiguration:BDALap
value: BdaLapStruct = driver.source.bb.btooth.pconfiguration.bdaLap.get()

Sets the lower address part of Bluetooth Device Address. The length of LAP is 24 bits or 6 hexadecimal figures.

Returns:

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

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

Sets the lower address part of Bluetooth Device Address. The length of LAP is 24 bits or 6 hexadecimal figures.

Parameters:
  • bda_lap – numeric Range: #H000000 to #HFFFFFF

  • bitcount – integer Range: 8 to 24