Sfi

SCPI Command :

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

Sets the parameter ICSI-RS for cell-specific CSI-RS.

Parameters:

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

Returns:

csi_rs_sf_conf: integer Range: 0 to 154

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

Sets the parameter ICSI-RS for cell-specific CSI-RS.

Parameters:
  • csi_rs_sf_conf – integer Range: 0 to 154

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