Asid

SCPI Command :

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

Response structure. Fields:

  • 1 Asid: str: numeric

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

get() AsidStruct[source]
# [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.

Returns:

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

set(asid: str, bitcount: int) None[source]
# [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.

Parameters:
  • asid – numeric

  • bitcount – integer Range: 4 to 4