Rato

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:RATO
class RatoCls[source]

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

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) bool[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:RATO
value: bool = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.rato.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Turns the resource allocation type 1 on and off.

param carrierComponent

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

param subframe

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

return

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:RATO
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.rato.set(state = False, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Turns the resource allocation type 1 on and off.

param state

ON | OFF | 1 | 0

param carrierComponent

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

param subframe

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