Row<Row>
RepCap Settings
# Range: Nr1 .. Nr32
rc = driver.source.bb.v5G.downlink.apm.cs.xssap.row.repcap_row_get()
driver.source.bb.v5G.downlink.apm.cs.xssap.row.repcap_row_set(repcap.Row.Nr1)
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:APM:CS:XSSap: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:XSSap:ROW<ST0> value: bool = driver.source.bb.v5G.downlink.apm.cs.xssap.row.get(row = repcap.Row.Default)
Defines the mapping of the logical antenna ports for synchronization signal (AP 300 to 313) 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
xss_ant_ports: 1| ON| 0| OFF
- set(xss_ant_ports: bool, row=Row.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:APM:CS:XSSap:ROW<ST0> driver.source.bb.v5G.downlink.apm.cs.xssap.row.set(xss_ant_ports = False, row = repcap.Row.Default)
Defines the mapping of the logical antenna ports for synchronization signal (AP 300 to 313) to the available physical TX antennas (basebands) . Row (ROW0 to ROW7) defines the baseband and at the same time also the cell.
- param xss_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.xssap.row.clone()