Sid
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SidStruct[source]
Response structure. Fields:
1 Sid: str: numeric
2 Bitcount: int: integer Range: 4 to 4
- get() SidStruct[source]
# [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.
- Returns:
structure: for return value, see the help for SidStruct structure arguments.
- set(sid: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SID driver.source.bb.btooth.econfiguration.pconfiguration.sid.set(sid = rawAbc, bitcount = 1)
Specifies the SID in the CtrData field of the LL_PERIODIC_SYNC_IND.
- Parameters:
sid – numeric
bitcount – integer Range: 4 to 4