Ncfg

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NCFG
class NcfgCls[source]

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

get(cellNull=CellNull.Default) RsSmbv.enums.EutraCsiRsNumCfg[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NCFG
value: enums.EutraCsiRsNumCfg = driver.source.bb.eutra.downlink.csis.cell.ncfg.get(cellNull = repcap.CellNull.Default)

Sets the number of CSI-RS configurations.

param cellNull

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

return

number_of_configs: 1| 2| 3| 4| 5| 7

set(number_of_configs: RsSmbv.enums.EutraCsiRsNumCfg, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NCFG
driver.source.bb.eutra.downlink.csis.cell.ncfg.set(number_of_configs = enums.EutraCsiRsNumCfg._1, cellNull = repcap.CellNull.Default)

Sets the number of CSI-RS configurations.

param number_of_configs

1| 2| 3| 4| 5| 7

param cellNull

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