Mimo

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CMATrix:MIMO<Mimo>:MSELection
class MimoCls[source]

Mimo commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_mselection() MimoMatrixSelection[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CMATrix:MIMO<Mimo>:MSELection
value: enums.MimoMatrixSelection = driver.configure.connection.pcc.tm.cmatrix.mimo.get_mselection()

Selects a predefined channel matrix or the user-defined channel matrix for MIMO 4x4 plus TM 9.

return:

selection: UDEFined | CM3Gpp | HADamard | IDENtity User-defined matrix, 3GPP channel matrix, Hadamard matrix, identity matrix

set_mselection(selection: MimoMatrixSelection) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:CMATrix:MIMO<Mimo>:MSELection
driver.configure.connection.pcc.tm.cmatrix.mimo.set_mselection(selection = enums.MimoMatrixSelection.CM3Gpp)

Selects a predefined channel matrix or the user-defined channel matrix for MIMO 4x4 plus TM 9.

param selection:

UDEFined | CM3Gpp | HADamard | IDENtity User-defined matrix, 3GPP channel matrix, Hadamard matrix, identity matrix

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.tm.cmatrix.mimo.clone()

Subgroups