IqModulator

SCPI Commands :

[SOURce<HW>]:CORRection:OPTimize:RF:IQModulator:ADJust
[SOURce<HW>]:CORRection:OPTimize:RF:IQModulator
class IqModulatorCls[source]

IqModulator commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_adjust() bool[source]
# SCPI: [SOURce<HW>]:CORRection:OPTimize:RF:IQModulator:ADJust
value: bool = driver.source.correction.optimize.rf.iqModulator.get_adjust()

Enables automatic adjustments of the I/Q modulator after each RF frequency change or RF level change.

return:

adjust_error: 1| ON| 0| OFF

get_value() bool[source]
# SCPI: [SOURce<HW>]:CORRection:OPTimize:RF:IQModulator
value: bool = driver.source.correction.optimize.rf.iqModulator.get_value()

Enables adjustments of the I/Q modulator after each RF frequency change or RF level change.

return:

state: 1| ON| 0| OFF 1|ON Adjusts the I/Q modulator during modulation after each RF frequency change or RF level change. 0|OFF No adjustments of the I/Q modulator during modulation.

set_value(state: bool) None[source]
# SCPI: [SOURce<HW>]:CORRection:OPTimize:RF:IQModulator
driver.source.correction.optimize.rf.iqModulator.set_value(state = False)

Enables adjustments of the I/Q modulator after each RF frequency change or RF level change.

param state:

1| ON| 0| OFF 1|ON Adjusts the I/Q modulator during modulation after each RF frequency change or RF level change. 0|OFF No adjustments of the I/Q modulator during modulation.