Cid
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CID
- class CidCls[source]
Cid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CidStruct[source]
Response structure. Fields:
Cid: str: numeric
Bitcount: int: integer Range: 16 to 16
- get() CidStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CID value: CidStruct = driver.source.bb.btooth.econfiguration.pconfiguration.cid.get()
Sets the company identifier of the manufacturer of the Bluetooth Controller. A 16 bit value is set. Note: This parameter is relevant for data frame configuration and for the packet type LL_VERSION_IND.
- return
structure: for return value, see the help for CidStruct structure arguments.
- set(cid: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CID driver.source.bb.btooth.econfiguration.pconfiguration.cid.set(cid = rawAbc, bitcount = 1)
Sets the company identifier of the manufacturer of the Bluetooth Controller. A 16 bit value is set. Note: This parameter is relevant for data frame configuration and for the packet type LL_VERSION_IND.
- param cid
numeric
- param bitcount
integer Range: 16 to 16