State

SCPI Command :

[SENSe]:SWEep:IQAVg:MAVerage[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWEep:IQAVg:MAVerage[:STATe]
value: bool = driver.applications.k18AmplifierEt.sense.sweep.iqAvg.maverage.state.get()

Only available for backward compatibility. Switches statistics state to ‘ON’, sets trace mode to ‘IQ/Averaging’ and switches continuous statistics ‘ON’ or ‘OFF’.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:SWEep:IQAVg:MAVerage[:STATe]
driver.applications.k18AmplifierEt.sense.sweep.iqAvg.maverage.state.set(state = False)

Only available for backward compatibility. Switches statistics state to ‘ON’, sets trace mode to ‘IQ/Averaging’ and switches continuous statistics ‘ON’ or ‘OFF’.

Parameters:

state – ON | OFF | 1 | 0