IqOffset

SCPI Command :

[SENSe]:DDEMod:NORMalize:IQOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DDEMod:NORMalize:IQOFfset
value: bool = driver.applications.k70Vsa.sense.ddemod.normalize.iqOffset.get()

Switches the compensation of the I/Q offset on or off.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:DDEMod:NORMalize:IQOFfset
driver.applications.k70Vsa.sense.ddemod.normalize.iqOffset.set(state = False)

Switches the compensation of the I/Q offset on or off.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on