Mimo

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:MIMO:ANTenna
[SOURce<HW>]:BB:EUTRa:DL:MIMO:CONFiguration
class MimoCls[source]

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

get_antenna() RsSmbv.enums.EutraSimAnt[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MIMO:ANTenna
value: enums.EutraSimAnt = driver.source.bb.eutra.downlink.mimo.get_antenna()

(For backwards compatibility only) Sets the simulated antenna. The simulated antenna is determined by the remote commands of the mapping table.

return

antenna: ANT1| ANT2| ANT3| ANT4

get_configuration() RsSmbv.enums.EutraGlobMimoConf[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MIMO:CONFiguration
value: enums.EutraGlobMimoConf = driver.source.bb.eutra.downlink.mimo.get_configuration()

Sets the global MIMO configuration.

return

configuration: TX1| TX2| TX4| SIBF

set_antenna(antenna: RsSmbv.enums.EutraSimAnt) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MIMO:ANTenna
driver.source.bb.eutra.downlink.mimo.set_antenna(antenna = enums.EutraSimAnt.ANT1)

(For backwards compatibility only) Sets the simulated antenna. The simulated antenna is determined by the remote commands of the mapping table.

param antenna

ANT1| ANT2| ANT3| ANT4

set_configuration(configuration: RsSmbv.enums.EutraGlobMimoConf) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MIMO:CONFiguration
driver.source.bb.eutra.downlink.mimo.set_configuration(configuration = enums.EutraGlobMimoConf.SIBF)

Sets the global MIMO configuration.

param configuration

TX1| TX2| TX4| SIBF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.mimo.clone()

Subgroups