Fach

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:PACKet:INACtivity:FACH:TIMer
CONFigure:WCDMa:SIGNaling<Instance>:CONNection:PACKet:INACtivity:FACH:DSTate
class Fach[source]

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

get_dstate()RsCmwWcdmaSig.enums.DestinationState[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:FACH:DSTate
value: enums.DestinationState = driver.configure.connection.packet.inactivity.fach.get_dstate()
Specifies the destination state of the UE for automatic RRC transitions.

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

  • …:DCH:NETWork:… for state CELL_DCH (network-initiated RRC transition)

  • …:DCH:UEFDormacy:… for state CELL_DCH (UE-initiated RRC transition)

  • …:FACH:… for state CELL_FACH

return

dest_state: IDLE | FACH | CPCH | UPCH Idle, CELL_FACH, CELL_PCH, URA_PCH

get_timer()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:FACH:TIMer
value: int = driver.configure.connection.packet.inactivity.fach.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_dstate(dest_state: RsCmwWcdmaSig.enums.DestinationState)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:FACH:DSTate
driver.configure.connection.packet.inactivity.fach.set_dstate(dest_state = enums.DestinationState.CPCH)
Specifies the destination state of the UE for automatic RRC transitions.

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

  • …:DCH:NETWork:… for state CELL_DCH (network-initiated RRC transition)

  • …:DCH:UEFDormacy:… for state CELL_DCH (UE-initiated RRC transition)

  • …:FACH:… for state CELL_FACH

param dest_state

IDLE | FACH | CPCH | UPCH Idle, CELL_FACH, CELL_PCH, URA_PCH

set_timer(inactivity_time: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:FACH:TIMer
driver.configure.connection.packet.inactivity.fach.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