Online

SCPI Command :

[SENSe]:IQ:ONLine
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:IQ:ONLine
value: bool = driver.applications.k40PhaseNoise.sense.iq.online.get()

Turns the I/Q online measurement mode on and off. This mode is available for offset frequencies smaller than 30 kHz. Note that you have to For triggered gated measurements,only the following gate trigger sources are supported:

  • turn on decimation with method RsFsw.applications.k40PhaseNoise.sense.iq.decimation.set()

  • select the I/Q FFT mode for the affected half decades with method RsFsw.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.typePy.set()

  • turn off forward sweep withmethod RsFsw.applications.k40PhaseNoise.sense.sweep.forward.set()

Returns:

state: ON | OFF | 1 | 0

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

Turns the I/Q online measurement mode on and off. This mode is available for offset frequencies smaller than 30 kHz. Note that you have to For triggered gated measurements,only the following gate trigger sources are supported:

  • turn on decimation with method RsFsw.applications.k40PhaseNoise.sense.iq.decimation.set()

  • select the I/Q FFT mode for the affected half decades with method RsFsw.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.typePy.set()

  • turn off forward sweep withmethod RsFsw.applications.k40PhaseNoise.sense.sweep.forward.set()

Parameters:

state – ON | OFF | 1 | 0