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() RsSmbv.enums.OptimizationMode[source]
# SCPI: [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’.

return

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: RsSmbv.enums.OptimizationMode) None[source]
# SCPI: [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’.

param 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 clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.rf.optimization.clone()

Subgroups