RbCount
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc[:CLUSter<cl>]:RBCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, cluster=Cluster.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc[:CLUSter<cl>]:RBCount value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.cluster.rbCount.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, cluster = repcap.Cluster.Default)
Selects the number of resource blocks in an uplink 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’)
cluster – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)
- Returns:
resource_blocks: numeric value
- set(resource_blocks: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, cluster=Cluster.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc[:CLUSter<cl>]:RBCount driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.cluster.rbCount.set(resource_blocks = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, cluster = repcap.Cluster.Default)
Selects the number of resource blocks in an uplink subframe.
- Parameters:
resource_blocks – 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’)
cluster – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)