Mselection

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:MSELection:MIMO<Mimo>
class MselectionCls[source]

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

get_mimo() MimoMatrixSelection[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:MSELection:MIMO<Mimo>
value: enums.MimoMatrixSelection = driver.configure.connection.pcc.schModel.mselection.get_mimo()

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

return:

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

set_mimo(selection: MimoMatrixSelection) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:MSELection:MIMO<Mimo>
driver.configure.connection.pcc.schModel.mselection.set_mimo(selection = enums.MimoMatrixSelection.CM3Gpp)

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

param selection:

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