At

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:HANDoff:NETWork:PILot:AT:ASSigned
class At[source]

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

get_assigned()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:NETWork:PILot:AT:ASSigned
value: bool = driver.configure.handoff.network.pilot.at.get_assigned()

Sets/gets the assignment state of a pilot in the handoff destination cell. Assigning a pilot to the AT adds the pilot to the AT’s active set in the destination cell. Preselect the related pilot using the method RsCmwEvdoSig.Configure.Pilot. setting command.

return

assigned_to_at: OFF | ON A pilot can only be assigned to the AT if it is activated on the destination cell (see method RsCmwEvdoSig.Configure.Handoff.Network.Pilot.An.active) . Note that pilot 0 cannot be unassigned.

set_assigned(assigned_to_at: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:NETWork:PILot:AT:ASSigned
driver.configure.handoff.network.pilot.at.set_assigned(assigned_to_at = False)

Sets/gets the assignment state of a pilot in the handoff destination cell. Assigning a pilot to the AT adds the pilot to the AT’s active set in the destination cell. Preselect the related pilot using the method RsCmwEvdoSig.Configure.Pilot. setting command.

param assigned_to_at

OFF | ON A pilot can only be assigned to the AT if it is activated on the destination cell (see method RsCmwEvdoSig.Configure.Handoff.Network.Pilot.An.active) . Note that pilot 0 cannot be unassigned.