Row<Row>
RepCap Settings
# Range: Nr1 .. Nr32
rc = driver.source.bb.v5G.downlink.apm.cs.csiAp.row.repcap_row_get()
driver.source.bb.v5G.downlink.apm.cs.csiAp.row.repcap_row_set(repcap.Row.Nr1)
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:APM:CS:CSIap:ROW<ST0>
- class RowCls[source]
Row commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Row, default value after init: Row.Nr1
- get(row=Row.Default) bool [source]
# SCPI: [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.
- param row
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Row’)
- return
csi_ant_ports: 1| ON| 0| OFF
- set(csi_ant_ports: bool, row=Row.Default) None [source]
# SCPI: [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.
- param csi_ant_ports
1| ON| 0| OFF
- param row
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Row’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.v5G.downlink.apm.cs.csiAp.row.clone()