Mobility

SCPI Command :

PROCedure:SIGNaling:MOBility:REDirection
class MobilityCls[source]

Mobility commands group definition. 2 total commands, 1 Subgroups, 1 group commands

set_redirection(target_cell: str) None[source]
# SCPI: PROCedure:SIGNaling:MOBility:REDirection
driver.procedure.signaling.mobility.set_redirection(target_cell = 'abc')

Triggers a redirection from the current PCell to the <TargetCell>.

param target_cell:

Name of the target cell of the redirection.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.procedure.signaling.mobility.clone()

Subgroups