Sci

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:CSIRs:SCI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:CSIRs:SCI
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.csirs.sci.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the subframe configuration for the CSI reference signal.

Parameters:

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

Returns:

configuration: Number that selects the subframe configuration. Range: 0 to 154

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

Defines the subframe configuration for the CSI reference signal.

Parameters:
  • configuration – Number that selects the subframe configuration. Range: 0 to 154

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