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: List[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: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CID
driver.source.bb.btooth.econfiguration.pconfiguration.cid.set(cid = ['rawAbc1', 'rawAbc2', 'rawAbc3'], 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