Decimation

SCPI Command :

[SENSe]:IQ:DECimation
class DecimationCls[source]

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

get() bool[source]
# SCPI: [SENSe]:IQ:DECimation
value: bool = driver.applications.k40PhaseNoise.sense.iq.decimation.get()

Turns decimation of results on and off.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:IQ:DECimation
driver.applications.k40PhaseNoise.sense.iq.decimation.set(state = False)

Turns decimation of results on and off.

param state

ON | OFF | 1 | 0