Mimo

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:MIMO:ANTenna
[SOURce<HW>]:BB:EUTRa:DL:MIMO:CONFiguration
Commands in total: 7
Subgroups: 2
Direct child commands: 2
get_antenna() EutraSimAnt[source]
# [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.

Returns:

antenna: ANT1 | ANT2 | ANT3 | ANT4

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

Sets the global MIMO configuration.

Returns:

configuration: TX1 | TX2 | TX4 | SIBF

set_antenna(antenna: EutraSimAnt) None[source]
# [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.

Parameters:

antenna – ANT1 | ANT2 | ANT3 | ANT4

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

Sets the global MIMO configuration.

Parameters:

configuration – TX1 | TX2 | TX4 | SIBF

Cloning the Group

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

Subgroups