Ncfg

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:NCFG
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) EutraCsiRsNumCfg[source]
# [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.

Parameters:

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

Returns:

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

set(number_of_configs: EutraCsiRsNumCfg, cellNull=CellNull.Default) None[source]
# [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.

Parameters:
  • number_of_configs – 1 | 2| 3 | 4| 5 | 7

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