Imaginary

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:[LAYer<USER>]:AP<DIR0>:BB<ST0>:IMAGinary
class ImaginaryCls[source]

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

get(userIx=UserIx.Default, layerNull=LayerNull.Default, antennaPortNull=AntennaPortNull.Default, basebandNull=BasebandNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:[LAYer<USER>]:AP<DIR0>:BB<ST0>:IMAGinary
value: float = driver.source.bb.eutra.downlink.user.apm.layer.ap.bb.imaginary.get(userIx = repcap.UserIx.Default, layerNull = repcap.LayerNull.Default, antennaPortNull = repcap.AntennaPortNull.Default, basebandNull = repcap.BasebandNull.Default)

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

param userIx

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

param layerNull

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

param antennaPortNull

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

param basebandNull

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

return

ant_port_map_data: 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_data: float, userIx=UserIx.Default, layerNull=LayerNull.Default, antennaPortNull=AntennaPortNull.Default, basebandNull=BasebandNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:[LAYer<USER>]:AP<DIR0>:BB<ST0>:IMAGinary
driver.source.bb.eutra.downlink.user.apm.layer.ap.bb.imaginary.set(ant_port_map_data = 1.0, userIx = repcap.UserIx.Default, layerNull = repcap.LayerNull.Default, antennaPortNull = repcap.AntennaPortNull.Default, basebandNull = repcap.BasebandNull.Default)

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

param ant_port_map_data

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 userIx

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

param layerNull

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

param antennaPortNull

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

param basebandNull

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