Orb<RBoffset>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.lteMeas.multiEval.rbAllocation.mcluster.orb.repcap_rBoffset_get()
driver.configure.lteMeas.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.lteMeas.multiEval.rbAllocation.mcluster.orb.get(rBoffset = repcap.RBoffset.Default)

Specifies the offset of the first allocated resource block, for multi-cluster allocation.

param rBoffset:

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

return:

offset_rb: 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.lteMeas.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.

param offset_rb:

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.lteMeas.multiEval.rbAllocation.mcluster.orb.clone()