Aselection

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:MIMO:ASELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) AntennaD[source]
# CONFigure[:LTE]:UL[:CC<cc>]:MIMO:ASELection
value: enums.AntennaD = driver.applications.k10Xlte.configure.lte.uplink.cc.mimo.aselection.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the antenna for measurements with MIMO setups. In case of Time Alignment measurements, the command selects the reference antenna.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Returns:

antenna: ANT1 | ANT2 | ANT3 | ANT4 Select a single antenna to be analyzed ALL Select all antennas to be analyzed

set(antenna: AntennaD, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:MIMO:ASELection
driver.applications.k10Xlte.configure.lte.uplink.cc.mimo.aselection.set(antenna = enums.AntennaD.ALL, carrierComponent = repcap.CarrierComponent.Default)

Selects the antenna for measurements with MIMO setups. In case of Time Alignment measurements, the command selects the reference antenna.

Parameters:
  • antenna – ANT1 | ANT2 | ANT3 | ANT4 Select a single antenna to be analyzed ALL Select all antennas to be analyzed

  • carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)