Eval
SCPI Command :
TRACe:IQ:EVAL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# TRACe:IQ:EVAL value: bool = driver.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 methodRsFsw.applications.iqAnalyzer.trace.iq.state.set()command to replace the current channel while retaining the settings.- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# TRACe:IQ:EVAL driver.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 methodRsFsw.applications.iqAnalyzer.trace.iq.state.set()command to replace the current channel while retaining the settings.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on