IhMobility

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:IHMobility:HANDover
CONFigure:WCDMa:SIGNaling<Instance>:IHMobility:MTCS
class IhMobility[source]

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

get_handover()RsCmwWcdmaSig.enums.Handover[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:IHMobility:HANDover
value: enums.Handover = driver.configure.ihMobility.get_handover()

Selects the connection type to be used for an inter-RAT incoming handover in the WCDMA signaling as a handover destination.

return

handover: VOICe | PACKet | TM CS voice, PS data end-to-end or test mode connection.

get_mtcs()RsCmwWcdmaSig.enums.CsFallbackConnectionType[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:IHMobility:MTCS
value: enums.CsFallbackConnectionType = driver.configure.ihMobility.get_mtcs()

Selects the connection type to be used for an inter-RAT incoming mobile terminated CS fallback.

return

type_py: VOICe | TMRMc Voice or test mode RMC connection

set_handover(handover: RsCmwWcdmaSig.enums.Handover)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:IHMobility:HANDover
driver.configure.ihMobility.set_handover(handover = enums.Handover.PACKet)

Selects the connection type to be used for an inter-RAT incoming handover in the WCDMA signaling as a handover destination.

param handover

VOICe | PACKet | TM CS voice, PS data end-to-end or test mode connection.

set_mtcs(type_py: RsCmwWcdmaSig.enums.CsFallbackConnectionType)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:IHMobility:MTCS
driver.configure.ihMobility.set_mtcs(type_py = enums.CsFallbackConnectionType.TMRMc)

Selects the connection type to be used for an inter-RAT incoming mobile terminated CS fallback.

param type_py

VOICe | TMRMc Voice or test mode RMC connection