Handoff

SCPI Commands

CALL:CDMA: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:CDMA:SIGNaling<Instance>:HANDoff:STARt
driver.call.handoff.start()

Initiates a handoff to a band class selected via method RsCmwCdma2kSig.Configure.Handoff.bclass.

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

Initiates a handoff to a band class selected via method RsCmwCdma2kSig.Configure.Handoff.bclass.

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