Nap

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NAP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) CsiRsNumAp[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NAP
value: enums.CsiRsNumAp = driver.source.bb.eutra.downlink.csis.cell.nap.get(cellNull = repcap.CellNull.Default)

Defines the number of antenna ports the CSI-RS are transmitted on.

Parameters:

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

Returns:

csi_rs_num_ap: AP1 | AP2 | AP4 | AP8

set(csi_rs_num_ap: CsiRsNumAp, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NAP
driver.source.bb.eutra.downlink.csis.cell.nap.set(csi_rs_num_ap = enums.CsiRsNumAp.AP1, cellNull = repcap.CellNull.Default)

Defines the number of antenna ports the CSI-RS are transmitted on.

Parameters:
  • csi_rs_num_ap – AP1 | AP2 | AP4 | AP8

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