CoDevice
SCPI Command :
[SOURce<HW>]:BB:BTOoth:PCONfiguration:CODevice
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class CoDeviceStruct[source]
Response structure. Fields:
1 Co_Device: str: numeric Range: #H000000 to #HFFFFFF
2 Bitcount: int: integer Range: 24 to 24
- get() CoDeviceStruct[source]
# [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.
- Returns:
structure: for return value, see the help for CoDeviceStruct structure arguments.
- set(co_device: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:PCONfiguration:CODevice driver.source.bb.btooth.pconfiguration.coDevice.set(co_device = rawAbc, bitcount = 1)
A parameter received during the device discovery procedure, indicates the type of device and which types of service that are supported.
- Parameters:
co_device – numeric Range: #H000000 to #HFFFFFF
bitcount – integer Range: 24 to 24