Optimization

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:MODE
Commands in total: 5
Subgroups: 3
Direct child commands: 1
get_mode() BbImpOptModeRangeFresponse[source]
# [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’.

Returns:

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

Parameters:

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

Subgroups