Level
SCPI Command :
[SENSe]:TRACking:LEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:TRACking:LEVel value: bool = driver.applications.k9X11Ad.sense.tracking.level.get()
Activates or deactivates the compensation for level variations within a single PPDU. If activated, the measurement results are compensated for level error on a per-symbol basis. For details see ‘Tracking the phase drift, timing jitter and gain’.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:TRACking:LEVel driver.applications.k9X11Ad.sense.tracking.level.set(state = False)
Activates or deactivates the compensation for level variations within a single PPDU. If activated, the measurement results are compensated for level error on a per-symbol basis. For details see ‘Tracking the phase drift, timing jitter and gain’.
- Parameters:
state – ON | OFF | 1 | 0