SiVector
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SIVector
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SiVectorStruct[source]
Response structure. Fields:
1 Si_Vector: str: numeric
2 Bitcount: int: integer Range: 32 to 32
- get() SiVectorStruct[source]
# [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) .
- Returns:
structure: for return value, see the help for SiVectorStruct structure arguments.
- set(si_vector: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SIVector driver.source.bb.btooth.econfiguration.pconfiguration.siVector.set(si_vector = rawAbc, bitcount = 1)
Sets the portion of Central or the portion of the Peripheral of the initialization vector (IVm/IVs) .
- Parameters:
si_vector – numeric
bitcount – integer Range: 32 to 32