Upch

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:PACKet:INACtivity:UPCH:TIMer
class Upch[source]

Upch commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_timer()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:UPCH:TIMer
value: int = driver.configure.connection.packet.inactivity.upch.get_timer()
Sets the timeout value for network-initiated automatic RRC state transition

INTRO_CMD_HELP: The origination RRC state is indicated in the remote command name as follows:

  • …:CPCH:… for origination state CELL_PCH

  • …:FACH:… for origination state CELL_FACH

  • …:UPCH:… for origination state URA_PCH

return

inactivity_time: Range: 1 s to 120 s

set_timer(inactivity_time: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:UPCH:TIMer
driver.configure.connection.packet.inactivity.upch.set_timer(inactivity_time = 1)
Sets the timeout value for network-initiated automatic RRC state transition

INTRO_CMD_HELP: The origination RRC state is indicated in the remote command name as follows:

  • …:CPCH:… for origination state CELL_PCH

  • …:FACH:… for origination state CELL_FACH

  • …:UPCH:… for origination state URA_PCH

param inactivity_time

Range: 1 s to 120 s