Phase

SCPI Command :

[SENSe][:LTE]:UL:TRACking:PHASe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PhaseTrackingMethod[source]
# [SENSe][:LTE]:UL:TRACking:PHASe
value: enums.PhaseTrackingMethod = driver.applications.k10Xlte.sense.lte.uplink.tracking.phase.get()

Selects the phase tracking method.

Returns:

type_py: OFF Deactivate phase tracking PIL Pilot only PILP Pilot and payload

set(type_py: PhaseTrackingMethod) None[source]
# [SENSe][:LTE]:UL:TRACking:PHASe
driver.applications.k10Xlte.sense.lte.uplink.tracking.phase.set(type_py = enums.PhaseTrackingMethod.OFF)

Selects the phase tracking method.

Parameters:

type_py – OFF Deactivate phase tracking PIL Pilot only PILP Pilot and payload