Nrb<RBcount>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.multiEval.rbAllocation.mcluster.nrb.repcap_rBcount_get()
driver.configure.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.multiEval.rbAllocation.mcluster.nrb.get(rBcount = repcap.RBcount.Default)
Specifies the number of allocated RBs in the measured slot, for multi-cluster allocation.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:CONNection[:PCC]:RMC:MCLuster:UL

  • CONFigure:LTE:SIGN<i>:CONNection[:PCC]:UDCHannels:MCLuster:UL

  • CONFigure:LTE:SIGN<i>:CONNection:SCC<c>:RMC:MCLuster:UL

  • CONFigure:LTE:SIGN<i>:CONNection:SCC<c>:UDCHannels:MCLuster:UL

param rBcount:

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

return:

no_rb: numeric 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.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.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:CONNection[:PCC]:RMC:MCLuster:UL

  • CONFigure:LTE:SIGN<i>:CONNection[:PCC]:UDCHannels:MCLuster:UL

  • CONFigure:LTE:SIGN<i>:CONNection:SCC<c>:RMC:MCLuster:UL

  • CONFigure:LTE:SIGN<i>:CONNection:SCC<c>:UDCHannels:MCLuster:UL

param no_rb:

numeric 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.multiEval.rbAllocation.mcluster.nrb.clone()