Phase

SCPI Command :

[SENSe]:TRACking:PHASe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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’.

Returns:

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]
# [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’.

Parameters:

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.