Phase
SCPI Command :
[SENSe][:LTE]:UL:TRACking:PHASe
- class PhaseCls[source]
Phase commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.PhaseTrackingMethod [source]
# SCPI: [SENSe][:LTE]:UL:TRACking:PHASe value: enums.PhaseTrackingMethod = driver.applications.k10Xlte.sense.lte.uplink.tracking.phase.get()
Selects the phase tracking method.
- return
type_py: OFF Deactivate phase tracking PIL Pilot only PILP Pilot and payload
- set(type_py: RsFsw.enums.PhaseTrackingMethod) None [source]
# SCPI: [SENSe][:LTE]:UL:TRACking:PHASe driver.applications.k10Xlte.sense.lte.uplink.tracking.phase.set(type_py = enums.PhaseTrackingMethod.OFF)
Selects the phase tracking method.
- param type_py
OFF Deactivate phase tracking PIL Pilot only PILP Pilot and payload