Bandwidth

SCPI Commands :

[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:[VALue]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_mode() AutoManualMode[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE
value: enums.AutoManualMode = driver.source.correction.fresponse.rf.optimization.bandwidth.get_mode()

For high-quality I/Q modulation optimizations, sets the mode to set the signal bandwidth To enable these optimizations, see the following command: method RsSmw.source.correction.fresponse.rf.optimization.mode()

Returns:

freq_resp_opt_bw_mo: AUTO | MANual AUTO Automatic bandwidth settings MANual Manual bandwidth setting via the following command: method RsSmw.source.correction.fresponse.rf.optimization.bandwidth.value()

get_value() int[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:[VALue]
value: int = driver.source.correction.fresponse.rf.optimization.bandwidth.get_value()

Sets the signal compensation for manual bandwidth mode. See method RsSmw.source.correction.fresponse.rf.optimization.bandwidth.mode() . For more information, refer to the specifications document.

Returns:

freq_resp_opt_bw_va: integer Range: depends on options to depends on options * e.g. 8E6 to 120E6 (R&S SMW-B10) ; min value also depends on the system configuration (R&S SMW-B9)

set_mode(freq_resp_opt_bw_mo: AutoManualMode) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE
driver.source.correction.fresponse.rf.optimization.bandwidth.set_mode(freq_resp_opt_bw_mo = enums.AutoManualMode.AUTO)

For high-quality I/Q modulation optimizations, sets the mode to set the signal bandwidth To enable these optimizations, see the following command: method RsSmw.source.correction.fresponse.rf.optimization.mode()

Parameters:

freq_resp_opt_bw_mo – AUTO | MANual AUTO Automatic bandwidth settings MANual Manual bandwidth setting via the following command: method RsSmw.source.correction.fresponse.rf.optimization.bandwidth.value()

set_value(freq_resp_opt_bw_va: int) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:[VALue]
driver.source.correction.fresponse.rf.optimization.bandwidth.set_value(freq_resp_opt_bw_va = 1)

Sets the signal compensation for manual bandwidth mode. See method RsSmw.source.correction.fresponse.rf.optimization.bandwidth.mode() . For more information, refer to the specifications document.

Parameters:

freq_resp_opt_bw_va – integer Range: depends on options to depends on options * e.g. 8E6 to 120E6 (R&S SMW-B10) ; min value also depends on the system configuration (R&S SMW-B9)