Online

SCPI Command :

[SENSe]:IQ:ONLine
class OnlineCls[source]

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

get() bool[source]
# SCPI: [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

INTRO_CMD_HELP: For triggered gated measurements,only the following gate trigger sources are supported:

  • turn on decimation with [SENSe:]IQ:DECimation

  • select the I/Q FFT mode for the affected half decades with [SENSe:]LIST:BWIDth[:RESolution]:TYPE

  • turn off forward sweep with[SENSe:]SWEep:FORWard

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [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

INTRO_CMD_HELP: For triggered gated measurements,only the following gate trigger sources are supported:

  • turn on decimation with [SENSe:]IQ:DECimation

  • select the I/Q FFT mode for the affected half decades with [SENSe:]LIST:BWIDth[:RESolution]:TYPE

  • turn off forward sweep with[SENSe:]SWEep:FORWard

param state

ON | OFF | 1 | 0