Bsrs
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SRS:BSRS
- class BsrsCls[source]
Bsrs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
bandwidth: numeric value
- set(bandwidth: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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) .
- param bandwidth
numeric value
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)