Optimization

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE
class OptimizationCls[source]

Optimization commands group definition. 5 total commands, 3 Subgroups, 1 group commands

get_mode() RsSmw.enums.BbImpOptModeRangeFresponse[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE
value: enums.BbImpOptModeRangeFresponse = driver.source.correction.fresponse.rf.optimization.get_mode()

Sets the optimization mode. The value selected here is used also as optimization mode in the I/Q modulator, and vice versa. See ‘Optimization Mode’.

return

freq_resp_opt_mode: FAST| QHIGh | QHTable FAST Optimization by compensation for I/Q skew. QHTable Enabled if R&S SZU is connected to the R&S SMW and the connection is active. Improved optimization by maintained speed. QHIGh Optimization by compensation for I/Q skew and frequency response correction. This mode interrupts the RF signal. Do not use it in combination with the uninterrupted level settings and strictly monotone modes RF level modes. These RF level modes can be set with the following command: [:SOURcehw]:POWer:LBEHaviour *RST: QHIGh / QHTable (if R&S SZU connected to R&S SMW and the connection is active)

set_mode(freq_resp_opt_mode: RsSmw.enums.BbImpOptModeRangeFresponse) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE
driver.source.correction.fresponse.rf.optimization.set_mode(freq_resp_opt_mode = enums.BbImpOptModeRangeFresponse.FAST)

Sets the optimization mode. The value selected here is used also as optimization mode in the I/Q modulator, and vice versa. See ‘Optimization Mode’.

param freq_resp_opt_mode

FAST| QHIGh | QHTable FAST Optimization by compensation for I/Q skew. QHTable Enabled if R&S SZU is connected to the R&S SMW and the connection is active. Improved optimization by maintained speed. QHIGh Optimization by compensation for I/Q skew and frequency response correction. This mode interrupts the RF signal. Do not use it in combination with the uninterrupted level settings and strictly monotone modes RF level modes. These RF level modes can be set with the following command: [:SOURcehw]:POWer:LBEHaviour *RST: QHIGh / QHTable (if R&S SZU connected to R&S SMW and the connection is active)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.rf.optimization.clone()

Subgroups