Vnumber

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:VNUMber
class VnumberCls[source]

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

class VnumberStruct[source]

Response structure. Fields:

  • Vnumber: List[str]: numeric

  • Bitcount: int: integer Range: 8 to 8

get() VnumberStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:VNUMber
value: VnumberStruct = driver.source.bb.btooth.econfiguration.pconfiguration.vnumber.get()

Sets the company identifier of the manufacturer of the Bluetooth controller. An 8-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 VnumberStruct structure arguments.

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

Sets the company identifier of the manufacturer of the Bluetooth controller. An 8-bit value is set. Note: This parameter is relevant for data frame configuration and for the packet type LL_VERSION_IND.

param vnumber

numeric

param bitcount

integer Range: 8 to 8