Vnumber

SCPI Command :

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

Response structure. Fields:

  • 1 Vnumber: str: numeric

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

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

Returns:

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

set(vnumber: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:VNUMber
driver.source.bb.btooth.econfiguration.pconfiguration.vnumber.set(vnumber = rawAbc, 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.

Parameters:
  • vnumber – numeric

  • bitcount – integer Range: 8 to 8