Real

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:[LAYer<USER>]:AP<DIR0>:BB<ST0>:REAL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, layerNull=LayerNull.Default, antennaPortNull=AntennaPortNull.Default, basebandNull=BasebandNull.Default) float[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:[LAYer<USER>]:AP<DIR0>:BB<ST0>:REAL
value: float = driver.source.bb.eutra.downlink.user.apm.layer.ap.bb.real.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.

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

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

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

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

Returns:

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+jIMAGinary <= 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]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:[LAYer<USER>]:AP<DIR0>:BB<ST0>:REAL
driver.source.bb.eutra.downlink.user.apm.layer.ap.bb.real.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.

Parameters:
  • 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+jIMAGinary <= 1 Otherwise, the values are normalized to Magnitude = 1. Range: -1 to 360

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

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

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

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