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.multiEval.rbAllocation.mcluster.get_value()
Specifies whether the UL signal uses multi-cluster allocation or not.

INTRO_CMD_HELP: For the combined signal path scenario, use:

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

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

return:

enable: OFF | ON 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.multiEval.rbAllocation.mcluster.set_value(enable = False)
Specifies whether the UL signal uses multi-cluster allocation or not.

INTRO_CMD_HELP: For the combined signal path scenario, use:

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

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

param enable:

OFF | ON 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.multiEval.rbAllocation.mcluster.clone()

Subgroups