Handoff

SCPI Commands

CALL:EVDO:SIGNaling<Instance>:HANDoff:STARt
class Handoff[source]

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

start()None[source]
# SCPI: CALL:EVDO:SIGNaling<instance>:HANDoff:STARt
driver.call.handoff.start()

Initiates a handoff to the previously configured destination cell. After the handoff, the destination cell settings replace the current cell settings.

start_with_opc()None[source]
# SCPI: CALL:EVDO:SIGNaling<instance>:HANDoff:STARt
driver.call.handoff.start_with_opc()

Initiates a handoff to the previously configured destination cell. After the handoff, the destination cell settings replace the current cell settings.

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