Phase
SCPI Command :
[SENSe]:TRACking:PHASe
- class PhaseCls[source]
Phase commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:TRACking:PHASe value: bool = driver.applications.k91Wlan.sense.tracking.phase.get()
Activates or deactivates the compensation for phase drifts. For details see ‘Tracking the phase drift, timing jitter and gain’.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on. The measurement results are compensated for phase drifts on a per-symbol basis.
- set(state: bool) None [source]
# SCPI: [SENSe]:TRACking:PHASe driver.applications.k91Wlan.sense.tracking.phase.set(state = False)
Activates or deactivates the compensation for phase drifts. For details see ‘Tracking the phase drift, timing jitter and gain’.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on. The measurement results are compensated for phase drifts on a per-symbol basis.