Real
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:MIMO:APM:CS:AP<DIR0>:ROW<ST0>:REAL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(antennaPortNull=AntennaPortNull.Default, row=Row.Default) float[source]
# [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.
- Parameters:
antennaPortNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Ap’)
row – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Row’)
- Returns:
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]
# [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.
- Parameters:
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
antennaPortNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Ap’)
row – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Row’)