Cid

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class CidStruct[source]

Response structure. Fields:

  • 1 Cid: str: numeric

  • 2 Bitcount: int: integer Range: 16 to 16

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

Returns:

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

set(cid: str, bitcount: int) None[source]
# [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.

Parameters:
  • cid – numeric

  • bitcount – integer Range: 16 to 16