MiVector

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:MIVector
class MiVectorCls[source]

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

class MiVectorStruct[source]

Response structure. Fields:

  • Mi_Vector: List[str]: No parameter help available

  • Bitcount: int: integer Range: 32 to 32

get() MiVectorStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:MIVector
value: MiVectorStruct = driver.source.bb.btooth.econfiguration.pconfiguration.miVector.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 MiVectorStruct structure arguments.

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

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

param mi_vector

numeric

param bitcount

integer Range: 32 to 32