SiVector

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SIVector
class SiVectorCls[source]

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

class SiVectorStruct[source]

Response structure. Fields:

  • Si_Vector: List[str]: numeric

  • Bitcount: int: integer Range: 32 to 32

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

Sets the portion of Central or the portion of the Peripheral of the initialization vector (IVm/IVs) .

return

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

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

Sets the portion of Central or the portion of the Peripheral of the initialization vector (IVm/IVs) .

param si_vector

numeric

param bitcount

integer Range: 32 to 32