UeCategory

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:CZALlowed
class UeCategoryCls[source]

UeCategory commands group definition. 5 total commands, 2 Subgroups, 1 group commands

get_cz_allowed() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:CZALlowed
value: bool = driver.configure.connection.ueCategory.get_cz_allowed()

Specifies whether category 0 UEs are allowed to access the cell. This information is sent to the UE via broadcast in system information block 1.

return:

allowed: OFF | ON

set_cz_allowed(allowed: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:CZALlowed
driver.configure.connection.ueCategory.set_cz_allowed(allowed = False)

Specifies whether category 0 UEs are allowed to access the cell. This information is sent to the UE via broadcast in system information block 1.

param allowed:

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.ueCategory.clone()

Subgroups