RbCount
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:RBCount
- class RbCountCls[source]
RbCount commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) float [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:RBCount value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.rbCount.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the number of resource blocks of an allocation 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’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
resource_blocks: numeric value
- set(resource_blocks: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:RBCount driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.rbCount.set(resource_blocks = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the number of resource blocks of an allocation in a downlink subframe.
- param resource_blocks
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’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)