Row<Row>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.source.bb.v5G.downlink.mimo.apm.cs.cell.row.repcap_row_get()
driver.source.bb.v5G.downlink.mimo.apm.cs.cell.row.repcap_row_set(repcap.Row.Nr1)

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:MIMO:APM:CS:CELL: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) RsSmw.enums.CcIndex[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:MIMO:APM:CS:CELL:ROW<ST0>
value: enums.CcIndex = driver.source.bb.v5G.downlink.mimo.apm.cs.cell.row.get(row = repcap.Row.Default)

No command help available

param row

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

return

ant_port_cc_index: No help available

set(ant_port_cc_index: RsSmw.enums.CcIndex, row=Row.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:MIMO:APM:CS:CELL:ROW<ST0>
driver.source.bb.v5G.downlink.mimo.apm.cs.cell.row.set(ant_port_cc_index = enums.CcIndex.PC, row = repcap.Row.Default)

No command help available

param ant_port_cc_index

No help available

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.mimo.apm.cs.cell.row.clone()