State

SCPI Command :

CONFigure:SIGNal:ERRor:ESTimation:IQOFfset[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:SIGNal:ERRor:ESTimation:IQOFfset[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.signal.error.estimation.iqOffset.state.get()

This command turns estimation of the I/Q offset on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:SIGNal:ERRor:ESTimation:IQOFfset[:STATe]
driver.applications.k18AmplifierEt.configure.signal.error.estimation.iqOffset.state.set(state = False)

This command turns estimation of the I/Q offset on and off.

Parameters:

state – ON | OFF | 1 | 0