Row<RowNull>

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:UE<ST>:APMap:AP41Map:ROW<BBID>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr31

driver.source.bb.v5G.uplink.ue.apMap.ap41Map.row.repcap_rowNull_set(repcap.RowNull.Nr0)
get(userEquipment=UserEquipment.Default, rowNull=RowNull.Default) bool[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:APMap:AP41Map:ROW<BBID>
value: bool = driver.source.bb.v5G.uplink.ue.apMap.ap41Map.row.get(userEquipment = repcap.UserEquipment.Default, rowNull = repcap.RowNull.Default)

Sets which antenna port is generated by which baseband.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)

Returns:

ant_port_mapping: 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
row_copy = driver.source.bb.v5G.uplink.ue.apMap.ap41Map.row.clone()