Nap

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NAP
class NapCls[source]

Nap commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) RsSmbv.enums.CsiRsNumAp[source]
# SCPI: [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.

param cellNull

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

return

csi_rs_num_ap: AP1| AP2| AP4| AP8

set(csi_rs_num_ap: RsSmbv.enums.CsiRsNumAp, cellNull=CellNull.Default) None[source]
# SCPI: [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.

param csi_rs_num_ap

AP1| AP2| AP4| AP8

param cellNull

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