Sid

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SID
class SidCls[source]

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

class SidStruct[source]

Response structure. Fields:

  • Sid: List[str]: numeric

  • Bitcount: int: integer Range: 4 to 4

get() SidStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SID
value: SidStruct = driver.source.bb.btooth.econfiguration.pconfiguration.sid.get()

Specifies the SID in the CtrData field of the LL_PERIODIC_SYNC_IND.

return

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

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

Specifies the SID in the CtrData field of the LL_PERIODIC_SYNC_IND.

param sid

numeric

param bitcount

integer Range: 4 to 4