State
SCPI Command :
[SENSe]:SWEep:IQAVg[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:SWEep:IQAVg[:STATe] value: bool = driver.applications.k18AmplifierEt.sense.sweep.iqAvg.state.get()
Only available for backward compatibility. Switches statistics state to ‘ON’ and sets trace mode to ‘IQ/Averaging’.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:SWEep:IQAVg[:STATe] driver.applications.k18AmplifierEt.sense.sweep.iqAvg.state.set(state = False)
Only available for backward compatibility. Switches statistics state to ‘ON’ and sets trace mode to ‘IQ/Averaging’.
- Parameters:
state – ON | OFF | 1 | 0