Aaddress

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:AADDress
class AaddressCls[source]

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

class AaddressStruct[source]

Response structure. Fields:

  • Aaddress: List[str]: numeric

  • Bitcount: int: integer Range: 32 to 32

get() AaddressStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:AADDress
value: AaddressStruct = driver.source.bb.btooth.econfiguration.pconfiguration.aaddress.get()

Sets the access address of the link layer connection (32-bit string) .

return

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

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

Sets the access address of the link layer connection (32-bit string) .

param aaddress

numeric

param bitcount

integer Range: 32 to 32