Orb<RBoffset>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.multiEval.rbAllocation.mcluster.orb.repcap_rBoffset_get()
driver.configure.multiEval.rbAllocation.mcluster.orb.repcap_rBoffset_set(repcap.RBoffset.Nr1)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster:ORB<Number>
class OrbCls[source]

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

get(rBoffset=RBoffset.Default) int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster:ORB<Number>
value: int = driver.configure.multiEval.rbAllocation.mcluster.orb.get(rBoffset = repcap.RBoffset.Default)
Specifies the offset of the first allocated resource block, 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 rBoffset:

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

return:

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

set(offset_rb: int, rBoffset=RBoffset.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster:ORB<Number>
driver.configure.multiEval.rbAllocation.mcluster.orb.set(offset_rb = 1, rBoffset = repcap.RBoffset.Default)
Specifies the offset of the first allocated resource block, 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 offset_rb:

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

param rBoffset:

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

Cloning the Group

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