UepClass

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:UEPClass:REPorted
CONFigure:WCDMa:SIGNaling<Instance>:UL:UEPClass:MANual
class UepClass[source]

UepClass commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_manual()RsCmwWcdmaSig.enums.UePowerClass[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:UEPClass:MANual
value: enums.UePowerClass = driver.configure.uplink.uepClass.get_manual()

Configures the UE power class value 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.Uplink.UepClass.reported.

return

ue_power_class: PC1 | PC2 | PC3 | PC3B | PC4 Power class 1, 2, 3, 3bis, 4

get_reported()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:UEPClass:REPorted
value: bool = driver.configure.uplink.uepClass.get_reported()

Enable or disable usage of the UE power class value reported by the UE. When disabled, the power class value must be set manually, see method RsCmwWcdmaSig.Configure.Uplink.UepClass.manual. The manually set value is also used if no reported value is available.

return

use_reported: OFF | ON

set_manual(ue_power_class: RsCmwWcdmaSig.enums.UePowerClass)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:UEPClass:MANual
driver.configure.uplink.uepClass.set_manual(ue_power_class = enums.UePowerClass.PC1)

Configures the UE power class value 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.Uplink.UepClass.reported.

param ue_power_class

PC1 | PC2 | PC3 | PC3B | PC4 Power class 1, 2, 3, 3bis, 4

set_reported(use_reported: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:UEPClass:REPorted
driver.configure.uplink.uepClass.set_reported(use_reported = False)

Enable or disable usage of the UE power class value reported by the UE. When disabled, the power class value must be set manually, see method RsCmwWcdmaSig.Configure.Uplink.UepClass.manual. The manually set value is also used if no reported value is available.

param use_reported

OFF | ON