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() 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 for frequency response correction. This optimization mode also uses the I/Q modulator and vice versa via the command: SOURce<hw>:BB:IMPairment:OPTimization:MODE See ‘Optimization Mode’.

return:

freq_resp_opt_mode: FAST| QHIGh | QHTable FAST Optimization by compensation for I/Q skew. QHTable Requires an active connection between an R&S SZU and the R&S SMW200A. Improves optimization while maintaining the modulation 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 or QHTable with an R&S SZU connected, see above.

set_mode(freq_resp_opt_mode: 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 for frequency response correction. This optimization mode also uses the I/Q modulator and vice versa via the command: SOURce<hw>:BB:IMPairment:OPTimization:MODE See ‘Optimization Mode’.

param freq_resp_opt_mode:

FAST| QHIGh | QHTable FAST Optimization by compensation for I/Q skew. QHTable Requires an active connection between an R&S SZU and the R&S SMW200A. Improves optimization while maintaining the modulation 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 or QHTable with an R&S SZU connected, see above.

Cloning the Group

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

Subgroups