Decimation
SCPI Command :
[SENSe]:IQ:DECimation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:IQ:DECimation value: bool = driver.applications.k40PhaseNoise.sense.iq.decimation.get()
Turns decimation of results on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:IQ:DECimation driver.applications.k40PhaseNoise.sense.iq.decimation.set(state = False)
Turns decimation of results on and off.
- Parameters:
state – ON | OFF | 1 | 0