Mselection

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:TM<nr>:CMATrix:MIMO<Mimo>:MSELection
class MselectionCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) MimoMatrixSelection[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:TM<nr>:CMATrix:MIMO<Mimo>:MSELection
value: enums.MimoMatrixSelection = driver.configure.connection.scc.tm.cmatrix.mimo.mselection.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

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

set(selection: MimoMatrixSelection, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:TM<nr>:CMATrix:MIMO<Mimo>:MSELection
driver.configure.connection.scc.tm.cmatrix.mimo.mselection.set(selection = enums.MimoMatrixSelection.CM3Gpp, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)