UeCategory

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSUPa:UECategory:MANual
class UeCategory[source]

UeCategory commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get_manual()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:UECategory:MANual
value: int = driver.configure.cell.hsupa.ueCategory.get_manual()

Configures the UE category to be used by the R&S CMW if no reported value is available or usage of the reported value is disabled, see method RsCmwWcdmaSig.Configure.Cell.Hsupa.UeCategory.Reported.set.

return

ue_cat_manual: Range: 1 to 9

set_manual(ue_cat_manual: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:UECategory:MANual
driver.configure.cell.hsupa.ueCategory.set_manual(ue_cat_manual = 1)

Configures the UE category to be used by the R&S CMW if no reported value is available or usage of the reported value is disabled, see method RsCmwWcdmaSig.Configure.Cell.Hsupa.UeCategory.Reported.set.

param ue_cat_manual

Range: 1 to 9

Cloning the Group

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

Subgroups