Mcluster

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster
class MclusterCls[source]

Mcluster commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_value() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster
value: bool = driver.configure.lteMeas.multiEval.rbAllocation.mcluster.get_value()

Specifies whether the UL signal uses multi-cluster allocation or not.

return:

enable: OFF: contiguous allocation, resource allocation type 0 ON: multi-cluster allocation, resource allocation type 1

set_value(enable: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:MCLuster
driver.configure.lteMeas.multiEval.rbAllocation.mcluster.set_value(enable = False)

Specifies whether the UL signal uses multi-cluster allocation or not.

param enable:

OFF: contiguous allocation, resource allocation type 0 ON: multi-cluster allocation, resource allocation type 1

Cloning the Group

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

Subgroups