Real

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MIMO:APM:CS:AP<DIR0>:ROW<ST0>:REAL
class RealCls[source]

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

get(antennaPortNull=AntennaPortNull.Default, row=Row.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MIMO:APM:CS:AP<DIR0>:ROW<ST0>:REAL
value: float = driver.source.bb.eutra.downlink.mimo.apm.cs.ap.row.real.get(antennaPortNull = repcap.AntennaPortNull.Default, row = repcap.Row.Default)

Define the mapping of the antenna ports to the physical antennas.

param antennaPortNull

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

param row

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

return

ant_port_map_dat: 0| 1 (for AP = 0 to 3) ; float (for AP = 4 | 6 | 15 to 46) To map an AP, use the command SOURce1:BB:EUTRa:DL:MIMO:APM:CS:AP0|1|2|3:ROW0|1|2|3:REAL 1. The corresponding …:CS:AP0|1|2|3:ROW0|1|2|3:IMAG command has no effect. The REAL (Magnitude) and IMAGinary (Phase) values are interdependent. Their value ranges change depending on each other and so that the resulting complex value is as follows: |REAL+j*IMAGinary| <= 1 Otherwise, the values are normalized to Magnitude = 1. Range: -1 to 360

set(ant_port_map_dat: float, antennaPortNull=AntennaPortNull.Default, row=Row.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MIMO:APM:CS:AP<DIR0>:ROW<ST0>:REAL
driver.source.bb.eutra.downlink.mimo.apm.cs.ap.row.real.set(ant_port_map_dat = 1.0, antennaPortNull = repcap.AntennaPortNull.Default, row = repcap.Row.Default)

Define the mapping of the antenna ports to the physical antennas.

param ant_port_map_dat

0| 1 (for AP = 0 to 3) ; float (for AP = 4 | 6 | 15 to 46) To map an AP, use the command SOURce1:BB:EUTRa:DL:MIMO:APM:CS:AP0|1|2|3:ROW0|1|2|3:REAL 1. The corresponding …:CS:AP0|1|2|3:ROW0|1|2|3:IMAG command has no effect. The REAL (Magnitude) and IMAGinary (Phase) values are interdependent. Their value ranges change depending on each other and so that the resulting complex value is as follows: |REAL+j*IMAGinary| <= 1 Otherwise, the values are normalized to Magnitude = 1. Range: -1 to 360

param antennaPortNull

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

param row

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