Level
SCPI Command :
[SENSe]:TRACking:LEVel
- class LevelCls[source]
Level commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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’.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [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’.
- param state
ON | OFF | 1 | 0