Nrb<RBcount>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.lteMeas.multiEval.rbAllocation.mcluster.nrb.repcap_rBcount_get()
driver.configure.lteMeas.multiEval.rbAllocation.mcluster.nrb.repcap_rBcount_set(repcap.RBcount.Nr1)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster:NRB<Number>
class NrbCls[source]

Nrb commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: RBcount, default value after init: RBcount.Nr1

get(rBcount=RBcount.Default) int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster:NRB<Number>
value: int = driver.configure.lteMeas.multiEval.rbAllocation.mcluster.nrb.get(rBcount = repcap.RBcount.Default)

Specifies the number of allocated RBs in the measured slot, for multi-cluster allocation.

param rBcount:

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

return:

no_rb: For the allowed input ranges, see ‘Uplink resource block allocation’.

set(no_rb: int, rBcount=RBcount.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster:NRB<Number>
driver.configure.lteMeas.multiEval.rbAllocation.mcluster.nrb.set(no_rb = 1, rBcount = repcap.RBcount.Default)

Specifies the number of allocated RBs in the measured slot, for multi-cluster allocation.

param no_rb:

For the allowed input ranges, see ‘Uplink resource block allocation’.

param rBcount:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.rbAllocation.mcluster.nrb.clone()