Time

SCPI Command :

[SENSe]:TRACking:TIME
class TimeCls[source]

Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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’.

return

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

param 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.