Aselection

SCPI Command :

CONFigure[:LTE]:DL[: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.AntennaC[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MIMO:ASELection
value: enums.AntennaC = driver.applications.k10Xlte.configure.lte.downlink.cc.mimo.aselection.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the antenna for measurements with MIMO setups. For time alignment error 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 AUT1 | AUT2 | AUT4 Automatically selects the antenna(s) to be analyzed. AUT1 tests a single antenna, AUT2 tests two antennas, AUT4 tests four antennas. Available if the number of input channels is taken ‘From Antenna Selection’. AUTO Automatically selects the antenna(s) to be analyzed.

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

Selects the antenna for measurements with MIMO setups. For time alignment error 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 AUT1 | AUT2 | AUT4 Automatically selects the antenna(s) to be analyzed. AUT1 tests a single antenna, AUT2 tests two antennas, AUT4 tests four antennas. Available if the number of input channels is taken ‘From Antenna Selection’. AUTO Automatically selects the antenna(s) to be analyzed.

param carrierComponent

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