Asid
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ASID
- class AsidCls[source]
Asid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class AsidStruct[source]
Response structure. Fields:
Asid: str: numeric
Bitcount: int: integer Range: 4 to 4
- get() AsidStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ASID value: AsidStruct = driver.source.bb.btooth.econfiguration.pconfiguration.asid.get()
Specifies the ‘Advertising Set ID’ in hexadecimal format to be signaled within an extended header.
- return
structure: for return value, see the help for AsidStruct structure arguments.
- set(asid: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ASID driver.source.bb.btooth.econfiguration.pconfiguration.asid.set(asid = rawAbc, bitcount = 1)
Specifies the ‘Advertising Set ID’ in hexadecimal format to be signaled within an extended header.
- param asid
numeric
- param bitcount
integer Range: 4 to 4