Enable

SCPI Commands :

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

Enable commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

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.

return:

enable: OFF | ON

get_value() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:ENABle
value: bool = driver.configure.connection.pcc.schModel.enable.get_value()

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

return:

enable: OFF | ON

set_mimo(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:ENABle:MIMO<Mimo>
driver.configure.connection.pcc.schModel.enable.set_mimo(enable = False)

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

set_value(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:SCHModel:ENABle
driver.configure.connection.pcc.schModel.enable.set_value(enable = False)

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

param enable:

OFF | ON