Ci

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PRSS: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>]:PRSS:CI
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.prss.ci.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the configuration index of the positioning reference signal.

param carrierComponent

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

return

configuration: numeric value (integer only)

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

Selects the configuration index of the positioning reference signal.

param configuration

numeric value (integer only)

param carrierComponent

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