State

SCPI Command :

[SENSe]:SWEep:IQAVg:MAVerage[:STATe]
class StateCls[source]

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

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

return

state: ON | OFF | 1 | 0

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

param state

ON | OFF | 1 | 0