CoDevice

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:CODevice
class CoDeviceCls[source]

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

class CoDeviceStruct[source]

Response structure. Fields:

  • Co_Device: List[str]: numeric Range: #H000000 to #HFFFFFF

  • Bitcount: int: integer Range: 24 to 24

get() CoDeviceStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:CODevice
value: CoDeviceStruct = driver.source.bb.btooth.pconfiguration.coDevice.get()

A parameter received during the device discovery procedure, indicates the type of device and which types of service that are supported.

return

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

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

A parameter received during the device discovery procedure, indicates the type of device and which types of service that are supported.

param co_device

numeric Range: #H000000 to #HFFFFFF

param bitcount

integer Range: 24 to 24