Mimo

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:SCHModel:ENABle:MIMO<Mimo>
class MimoCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:SCHModel:ENABle:MIMO<Mimo>
value: bool = driver.configure.connection.scc.schModel.enable.mimo.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Enables or disables the MIMO 4x4 static channel matrix. Disabling the channel matrix results in an ideal radio channel without any coupling between the downlink signals.

param secondaryCompCarrier:

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

return:

enable: OFF | ON

set(enable: bool, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:SCHModel:ENABle:MIMO<Mimo>
driver.configure.connection.scc.schModel.enable.mimo.set(enable = False, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Enables or disables the MIMO 4x4 static channel matrix. Disabling the channel matrix results in an ideal radio channel without any coupling between the downlink signals.

param enable:

OFF | ON

param secondaryCompCarrier:

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