Config

SCPI Command :

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

Defines the CSI-RS configuration used for the current cell and for which the UE assumes non-zero transmission power.

Parameters:

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

Returns:

csi_rs_config: integer Range: 0 to 31

set(csi_rs_config: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:CONFig
driver.source.bb.eutra.downlink.csis.cell.config.set(csi_rs_config = 1, cellNull = repcap.CellNull.Default)

Defines the CSI-RS configuration used for the current cell and for which the UE assumes non-zero transmission power.

Parameters:
  • csi_rs_config – integer Range: 0 to 31

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