Mcluster

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:MCLuster:UL
CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:MCLuster:DL
class MclusterCls[source]

Mcluster commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_downlink() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:MCLuster:DL
value: bool = driver.configure.connection.pcc.mcluster.get_downlink()

Enables/disables multi-cluster allocation for the DL.

return:

multi_cluster: OFF | ON OFF: contiguous allocation ON: multi-cluster allocation

get_uplink() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:MCLuster:UL
value: bool = driver.configure.connection.pcc.mcluster.get_uplink()

Enables/disables multi-cluster allocation for the UL.

return:

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

set_downlink(multi_cluster: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:MCLuster:DL
driver.configure.connection.pcc.mcluster.set_downlink(multi_cluster = False)

Enables/disables multi-cluster allocation for the DL.

param multi_cluster:

OFF | ON OFF: contiguous allocation ON: multi-cluster allocation

set_uplink(multi_cluster: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:MCLuster:UL
driver.configure.connection.pcc.mcluster.set_uplink(multi_cluster = False)

Enables/disables multi-cluster allocation for the UL.

param multi_cluster:

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