Time

SCPI Command :

[SENSe]:TRACking:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:TRACking:TIME
value: bool = driver.applications.k91Wlan.sense.tracking.time.get()

Activates or deactivates the compensation for timing drift. 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 timing error on a per-symbol basis.

set(state: bool) None[source]
# [SENSe]:TRACking:TIME
driver.applications.k91Wlan.sense.tracking.time.set(state = False)

Activates or deactivates the compensation for timing drift. 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 timing error on a per-symbol basis.