Row<Row>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.source.bb.v5G.downlink.mimo.apm.cs.cell.row.repcap_row_set(repcap.Row.Nr1)
get(row=Row.Default) CcIndex[source]
# [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 help available

Parameters:

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

set(ant_port_cc_index: CcIndex, row=Row.Default) None[source]
# [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 help available

Parameters:

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