BdaLap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:BDALap
class BdaLapCls[source]

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

class BdaLapStruct[source]

Response structure. Fields:

  • Bda_Lap: List[str]: numeric Range: #H000000 to #HFFFFFF

  • Bitcount: int: integer Range: 8 to 24

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

return

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

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

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

param bda_lap

numeric Range: #H000000 to #HFFFFFF

param bitcount

integer Range: 8 to 24