Mimo

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:DL:MIMO:ANTenna
[SOURce<HW>]:BB:ONEWeb:DL:MIMO:CONFiguration
Commands in total: 6
Subgroups: 1
Direct child commands: 2
get_antenna() OneWebSimAnt[source]
# [SOURce<HW>]:BB:ONEWeb:DL:MIMO:ANTenna
value: enums.OneWebSimAnt = driver.source.bb.oneweb.downlink.mimo.get_antenna()

Queries the simulated antenna.

Returns:

antenna: ANT1

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

Queries the global MIMO configuration.

Returns:

configuration: TX1

Cloning the Group

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

Subgroups