Imaginary
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:MIMO:APM:CS:AP<DIR0>:ROW<ST0>:IMAGinary
- 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>:IMAGinary value: float = driver.source.bb.eutra.downlink.mimo.apm.cs.ap.row.imaginary.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: float 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+jIMAGinary <= 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>:IMAGinary driver.source.bb.eutra.downlink.mimo.apm.cs.ap.row.imaginary.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 – float 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+jIMAGinary <= 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’)