Row<Row>

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:APM:CS:CSIap:ROW<ST0>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.source.bb.v5G.downlink.apm.cs.csiAp.row.repcap_row_set(repcap.Row.Nr1)
get(row=Row.Default) bool[source]
# [SOURce<HW>]:BB:V5G:DL:APM:CS:CSIap:ROW<ST0>
value: bool = driver.source.bb.v5G.downlink.apm.cs.csiAp.row.get(row = repcap.Row.Default)

Defines the mapping of the logical antenna ports for CSI-RS signal (AP 16 to 31) to the available physical TX antennas (basebands) . Row (ROW0 to ROW7) defines the baseband and at the same time also the cell.

Parameters:

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

Returns:

csi_ant_ports: 1 | ON | 0| OFF

set(csi_ant_ports: bool, row=Row.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:APM:CS:CSIap:ROW<ST0>
driver.source.bb.v5G.downlink.apm.cs.csiAp.row.set(csi_ant_ports = False, row = repcap.Row.Default)

Defines the mapping of the logical antenna ports for CSI-RS signal (AP 16 to 31) to the available physical TX antennas (basebands) . Row (ROW0 to ROW7) defines the baseband and at the same time also the cell.

Parameters:
  • csi_ant_ports – 1 | ON | 0| OFF

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

Cloning the Group

# Create a copy of the original group, that exists independently
row_copy = driver.source.bb.v5G.downlink.apm.cs.csiAp.row.clone()