Handover

SCPI Command :

PROCedure:SIGNaling:MOBility:HANDover
class HandoverCls[source]

Handover commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(target_cell_mcg: str, target_cell_scg: TargetCellScg = None) None[source]
# SCPI: PROCedure:SIGNaling:MOBility:HANDover
driver.procedure.signaling.mobility.handover.set(target_cell_mcg = 'abc', target_cell_scg = enums.TargetCellScg.RELease)

Triggers a handover for the MCG, from the current PCell to the <TargetCellMcg>. And triggers SCG mobility, from the current PSCell to the <TargetCellScg>.

param target_cell_mcg:

Name of the target cell for the MCG. If you want to keep the old PCell, enter KEEP.

param target_cell_scg:

(enum or string) Configures SCG mobility. - string: If you have a PSCell and you want to change it, set the name of the target cell. - omit the parameter: If you have no PSCell or you want to keep it, skip the parameter. - RELease: If you want to drop the PSCell, set RELease.