Optimization
SCPI Command :
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE
- Commands in total: 5Subgroups: 3Direct child commands: 1
- get_mode() OptimizationMode[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE value: enums.OptimizationMode = 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’.
- Returns:
freq_resp_opt_mode: FAST | QHIGh FAST Optimization by compensation for I/Q skew. 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
- set_mode(freq_resp_opt_mode: OptimizationMode) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE driver.source.correction.fresponse.rf.optimization.set_mode(freq_resp_opt_mode = enums.OptimizationMode.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’.
- Parameters:
freq_resp_opt_mode – FAST | QHIGh FAST Optimization by compensation for I/Q skew. 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
Cloning the Group
# Create a copy of the original group, that exists independently
optimization_copy = driver.source.correction.fresponse.rf.optimization.clone()
Subgroups