Slap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SLAP
class SlapCls[source]

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

class SlapStruct[source]

Response structure. Fields:

  • Lap: List[str]: numeric

  • Bitcount: int: integer Range: 24 to 24

get() SlapStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SLAP
value: SlapStruct = driver.source.bb.btooth.econfiguration.pconfiguration.slap.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.

return

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

set(lap: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SLAP
driver.source.bb.btooth.econfiguration.pconfiguration.slap.set(lap = ['rawAbc1', 'rawAbc2', 'rawAbc3'], 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.

param lap

numeric

param bitcount

integer Range: 24 to 24