Alap

SCPI Command :

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

Response structure. Fields:

  • 1 Lap: str: numeric

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

get() AlapStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ALAP
value: AlapStruct = driver.source.bb.btooth.econfiguration.pconfiguration.alap.get()

Sets the lower address part (LAP) of Bluetooth device address. Commands for the advertising ..:ALAP, initiating ..:ILAP, scanning ..:SLAP PDUs of advertising channel type are provided. In addition, a command is provided for scanner’s or initiator’s target device address to which the advertisement is directed ..:TLAP.

Returns:

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

set(lap: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ALAP
driver.source.bb.btooth.econfiguration.pconfiguration.alap.set(lap = rawAbc, bitcount = 1)

Sets the lower address part (LAP) of Bluetooth device address. Commands for the advertising ..:ALAP, initiating ..:ILAP, scanning ..:SLAP PDUs of advertising channel type are provided. In addition, a command is provided for scanner’s or initiator’s target device address to which the advertisement is directed ..:TLAP.

Parameters:
  • lap – numeric

  • bitcount – integer Range: 24 to 24