NaPort

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:NAPort
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) NumberOfPorts[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:NAPort
value: enums.NumberOfPorts = driver.source.bb.eutra.uplink.ue.cell.pusch.naPort.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the number of antenna ports for PUSCH transmission. Use the command method RsSmw.source.bb.eutra.uplink.cell.subf.alloc.pusch.precoding.napUsed.set() to query the number of used antenna ports.

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

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

Returns:

num_aps: AP1 | AP2 | AP4

set(num_aps: NumberOfPorts, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:NAPort
driver.source.bb.eutra.uplink.ue.cell.pusch.naPort.set(num_aps = enums.NumberOfPorts.AP1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the number of antenna ports for PUSCH transmission. Use the command method RsSmw.source.bb.eutra.uplink.cell.subf.alloc.pusch.precoding.napUsed.set() to query the number of used antenna ports.

Parameters:
  • num_aps – AP1 | AP2 | AP4

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

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