Bsrs

SCPI Command :

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

Defines the bandwidth of the SRS (BSRS) .

Parameters:

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

Returns:

bandwidth: numeric value

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

Defines the bandwidth of the SRS (BSRS) .

Parameters:
  • bandwidth – numeric value

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