Aaddress
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:AADDress
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class AaddressStruct[source]
Response structure. Fields:
1 Aaddress: str: numeric
2 Bitcount: int: integer Range: 32 to 32
- get() AaddressStruct[source]
# [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) .
- Returns:
structure: for return value, see the help for AaddressStruct structure arguments.
- set(aaddress: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:AADDress driver.source.bb.btooth.econfiguration.pconfiguration.aaddress.set(aaddress = rawAbc, bitcount = 1)
Sets the access address of the link layer connection (32-bit string) .
- Parameters:
aaddress – numeric
bitcount – integer Range: 32 to 32