Value

SCPI Command :

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

This command switches the compensation of the IQ offset and the compensation of amplitude droop on or off. Note that this command is maintained for compatibility reasons only. Use the more specific method RsFsw.applications.k70Vsa.sense.ddemod.normalize.value.set() commands for new remote control programs (see ‘Demodulation settings’) .

Returns:

state: OFF | 0 No compensation for amplitude droop nor I/Q offset ON | 1 Compensation for amplitude droop and I/Q offset enabled

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

This command switches the compensation of the IQ offset and the compensation of amplitude droop on or off. Note that this command is maintained for compatibility reasons only. Use the more specific method RsFsw.applications.k70Vsa.sense.ddemod.normalize.value.set() commands for new remote control programs (see ‘Demodulation settings’) .

Parameters:

state – OFF | 0 No compensation for amplitude droop nor I/Q offset ON | 1 Compensation for amplitude droop and I/Q offset enabled