Ci

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:CSIRs:CI
class CiCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:CSIRs:CI
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.csirs.ci.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the configuration index for the CSI reference signal.

param carrierComponent

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

return

configuration_index: No help available

set(configuration_index: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:CSIRs:CI
driver.applications.k10Xlte.configure.lte.downlink.cc.csirs.ci.set(configuration_index = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the configuration index for the CSI reference signal.

param configuration_index

No help available

param carrierComponent

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