Id

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ID
class IdCls[source]

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

class IdStruct[source]

Response structure. Fields:

  • Idn: List[str]: numeric

  • Bitcount: int: integer Range: 16 to 16

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

return

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

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

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

param idn

numeric

param bitcount

integer Range: 16 to 16