SvNumber

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SVNumber
class SvNumberCls[source]

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

class SvNumberStruct[source]

Response structure. Fields:

  • Sv_Number: List[str]: numeric

  • Bitcount: int: integer Range: 16 to 16

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

Sets a unique value for each implementation or revision of an implementation 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.

return

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

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

Sets a unique value for each implementation or revision of an implementation 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.

param sv_number

numeric

param bitcount

integer Range: 16 to 16