Aselection
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:MIMO:ASELection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) AntennaC[source]
# 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.
- 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 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: AntennaC, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
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.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)