Network

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:PACKet:INACtivity:DCH:NETWork:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:CONNection:PACKet:INACtivity:DCH:NETWork:TIMer
CONFigure:WCDMa:SIGNaling<Instance>:CONNection:PACKet:INACtivity:DCH:NETWork:DSTate
class Network[source]

Network commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_dstate()RsCmwWcdmaSig.enums.DestinationState[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:DCH:NETWork:DSTate
value: enums.DestinationState = driver.configure.connection.packet.inactivity.dch.network.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_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:DCH:NETWork:ENABle
value: bool = driver.configure.connection.packet.inactivity.dch.network.get_enable()

Enables or disables the network-initiated automatic RRC state transitions of the UE for the originating states CELL_DCH, CELL_FACH, CELL_PCH and URA_PCH.

return

enable: OFF | ON

get_timer()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:DCH:NETWork:TIMer
value: int = driver.configure.connection.packet.inactivity.dch.network.get_timer()

Sets the timeout value for network-initiated automatic RRC state transition for originating state CELL_DCH.

return

inactivity_time: Range: 1 s to 120 s, Unit: s

set_dstate(dest_state: RsCmwWcdmaSig.enums.DestinationState)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:DCH:NETWork:DSTate
driver.configure.connection.packet.inactivity.dch.network.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_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:DCH:NETWork:ENABle
driver.configure.connection.packet.inactivity.dch.network.set_enable(enable = False)

Enables or disables the network-initiated automatic RRC state transitions of the UE for the originating states CELL_DCH, CELL_FACH, CELL_PCH and URA_PCH.

param enable

OFF | ON

set_timer(inactivity_time: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:PACKet:INACtivity:DCH:NETWork:TIMer
driver.configure.connection.packet.inactivity.dch.network.set_timer(inactivity_time = 1)

Sets the timeout value for network-initiated automatic RRC state transition for originating state CELL_DCH.

param inactivity_time

Range: 1 s to 120 s, Unit: s