Handover

SCPI Commands

CALL:GSM:SIGNaling<Instance>:HANDover:STARt
class Handover[source]

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

start()None[source]
# SCPI: CALL:GSM:SIGNaling<Instance>:HANDover:STARt
driver.call.handover.start()

Initiates a handover to a network selected via method RsCmwGsmSig.Prepare.Handover.target.

start_with_opc()None[source]
# SCPI: CALL:GSM:SIGNaling<Instance>:HANDover:STARt
driver.call.handover.start_with_opc()

Initiates a handover to a network selected via method RsCmwGsmSig.Prepare.Handover.target.

Same as start, but waits for the operation to complete before continuing further. Use the RsCmwGsmSig.utilities.opc_timeout_set() to set the timeout value.