Eval

SCPI Command :

TRACe:IQ:EVAL
class EvalCls[source]

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

get() bool[source]
# SCPI: TRACe:IQ:EVAL
value: bool = driver.applications.iqAnalyzer.trace.iq.eval.get()

Turns I/Q data analysis on and off. Before you can use this command, you have to turn on the I/Q data acquisition using INST:CRE:NEW IQ or method RsFsw.Instrument.Create.Replace.set, or using the method RsFsw.Applications.IqAnalyzer.Trace.Iq. State.set command to replace the current channel while retaining the settings.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: TRACe:IQ:EVAL
driver.applications.iqAnalyzer.trace.iq.eval.set(state = False)

Turns I/Q data analysis on and off. Before you can use this command, you have to turn on the I/Q data acquisition using INST:CRE:NEW IQ or method RsFsw.Instrument.Create.Replace.set, or using the method RsFsw.Applications.IqAnalyzer.Trace.Iq. State.set command to replace the current channel while retaining the settings.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on