Phase
SCPI Command :
[SENSe][:LTE]:DL:TRACking:PHASe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PhaseTrackingMethod[source]
# [SENSe][:LTE]:DL:TRACking:PHASe value: enums.PhaseTrackingMethod = driver.applications.k10Xlte.sense.lte.downlink.tracking.phase.get()
Selects the phase tracking type.
- Returns:
type_py: OFF Deactivate phase tracking PIL Pilot only PILP Pilot and payload
- set(type_py: PhaseTrackingMethod) None[source]
# [SENSe][:LTE]:DL:TRACking:PHASe driver.applications.k10Xlte.sense.lte.downlink.tracking.phase.set(type_py = enums.PhaseTrackingMethod.OFF)
Selects the phase tracking type.
- Parameters:
type_py – OFF Deactivate phase tracking PIL Pilot only PILP Pilot and payload