SvNumber
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SVNumber
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SvNumberStruct[source]
Response structure. Fields:
1 Sv_Number: str: numeric
2 Bitcount: int: integer Range: 16 to 16
- get() SvNumberStruct[source]
# [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.
- Returns:
structure: for return value, see the help for SvNumberStruct structure arguments.
- set(sv_number: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SVNumber driver.source.bb.btooth.econfiguration.pconfiguration.svNumber.set(sv_number = rawAbc, 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.
- Parameters:
sv_number – numeric
bitcount – integer Range: 16 to 16