AlCount

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALCount
class AlCountCls[source]

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

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALCount
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alCount.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Defines the number of allocations in a downlink subframe.

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

allocations: numeric value

set(allocations: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALCount
driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alCount.set(allocations = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Defines the number of allocations in a downlink subframe.

param allocations

numeric value

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’)