IqModulator

SCPI Commands :

[SOURce<HW>]:CORRection:OPTimize:RF:IQModulator:ADJust
[SOURce<HW>]:CORRection:OPTimize:RF:IQModulator
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_adjust() bool[source]
# [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.

Returns:

adjust_error: 1 | ON | 0| OFF

get_value() bool[source]
# [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.

Returns:

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]
# [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.

Parameters:

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.