Aselection

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:MIMO:ASELection
class AselectionCls[source]

Aselection commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.AntennaD[source]
# SCPI: 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.

param carrierComponent

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

return

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

set(antenna: RsFsw.enums.AntennaD, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param antenna

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

param carrierComponent

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