AlCount
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- Returns:
allocations: numeric value
- set(allocations: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# 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.
- Parameters:
allocations – numeric value
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)