Csrs

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SRS:CSRS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SRS:CSRS
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.srs.csrs.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the SRS bandwidth configuration (CSRS) .

Parameters:

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

Returns:

configuration: numeric value

set(configuration: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SRS:CSRS
driver.applications.k10Xlte.configure.lte.uplink.cc.srs.csrs.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the SRS bandwidth configuration (CSRS) .

Parameters:
  • configuration – numeric value

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