Id

SCPI Command :

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

Response structure. Fields:

  • 1 Idn: str: numeric

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

get() IdStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ID
value: IdStruct = driver.source.bb.btooth.econfiguration.pconfiguration.id.get()

Specifies the ID in the CtrData field of the LL_PERIODIC_SYNC_IND PDU.

Returns:

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

set(idn: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ID
driver.source.bb.btooth.econfiguration.pconfiguration.id.set(idn = rawAbc, bitcount = 1)

Specifies the ID in the CtrData field of the LL_PERIODIC_SYNC_IND PDU.

Parameters:
  • idn – numeric

  • bitcount – integer Range: 16 to 16