An

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:HANDoff:NETWork:PILot:AN:ACTive
class An[source]

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

get_active()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:NETWork:PILot:AN:ACTive
value: bool = driver.configure.handoff.network.pilot.an.get_active()

Sets/gets the state of a pilot in the handoff destination cell. Preselect the related pilot using the method RsCmwEvdoSig. Configure.Pilot.setting command.

return

active_on_an: OFF | ON When set to OFF, the related carrier is physically disabled on the handoff destination cell. Note that pilot 0 cannot be turned OFF.

set_active(active_on_an: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:NETWork:PILot:AN:ACTive
driver.configure.handoff.network.pilot.an.set_active(active_on_an = False)

Sets/gets the state of a pilot in the handoff destination cell. Preselect the related pilot using the method RsCmwEvdoSig. Configure.Pilot.setting command.

param active_on_an

OFF | ON When set to OFF, the related carrier is physically disabled on the handoff destination cell. Note that pilot 0 cannot be turned OFF.