Row<Row>

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:APM:CS:XSSap: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.xssap.row.repcap_row_set(repcap.Row.Nr1)
get(row=Row.Default) bool[source]
# [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.

Parameters:

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

Returns:

xss_ant_ports: 1 | ON | 0| OFF

set(xss_ant_ports: bool, row=Row.Default) None[source]
# [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.

Parameters:
  • xss_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.xssap.row.clone()