Isrs

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SRS:ISRS
class IsrsCls[source]

Isrs commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SRS:ISRS
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.srs.isrs.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the SRS configuration index (ISRS) .

param carrierComponent

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

return

index: numeric value

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

Defines the SRS configuration index (ISRS) .

param index

numeric value

param carrierComponent

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