TprrcSetup

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETC:APPower:TPRRcsetup:ADVanced
class TprrcSetupCls[source]

TprrcSetup commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_advanced() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETC:APPower:TPRRcsetup:ADVanced
value: bool = driver.configure.uplink.setc.apPower.tprrcSetup.get_advanced()

Enables or disables P0-UE-PUSCH toggling and thus determines the P0-UE-PUSCH values signaled to the UE during RRC connection setup if advanced UL power configuration applies.

return:

enable: OFF | ON

set_advanced(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETC:APPower:TPRRcsetup:ADVanced
driver.configure.uplink.setc.apPower.tprrcSetup.set_advanced(enable = False)

Enables or disables P0-UE-PUSCH toggling and thus determines the P0-UE-PUSCH values signaled to the UE during RRC connection setup if advanced UL power configuration applies.

param enable:

OFF | ON