Imaginary

SCPI Command :

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

Imaginary 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>: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.

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: 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+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>: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.

param 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+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’)