External

SCPI Command :

PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:DESTination
class ExternalCls[source]

External commands group definition. 7 total commands, 6 Subgroups, 1 group commands

get_destination() HandoverDestination[source]
# SCPI: PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:DESTination
value: enums.HandoverDestination = driver.prepare.handover.external.get_destination()

Selects the target radio access technology for handover to another instrument.

return:

destination: LTE | EVDO | CDMA | GSM | WCDMa | TDSCdma

set_destination(destination: HandoverDestination) None[source]
# SCPI: PREPare:LTE:SIGNaling<instance>:HANDover:EXTernal:DESTination
driver.prepare.handover.external.set_destination(destination = enums.HandoverDestination.CDMA)

Selects the target radio access technology for handover to another instrument.

param destination:

LTE | EVDO | CDMA | GSM | WCDMa | TDSCdma

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.prepare.handover.external.clone()

Subgroups