Bandwidth
SCPI Commands :
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:[VALue]
- class BandwidthCls[source]
Bandwidth commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_mode() AutoManualMode [source]
# SCPI: [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: [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:MODE
- return:
freq_resp_opt_bw_mo: AUTO| MANual AUTO Automatic bandwidth settings MANual Manual bandwidth setting via the following command: [:SOURcehw]:CORRection:FRESponse:RF:OPTimization:BANDwidth[:VALue]
- get_value() int [source]
# SCPI: [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 [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE. For more information, refer to the specifications document.
- return:
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]
# SCPI: [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: [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:MODE
- param freq_resp_opt_bw_mo:
AUTO| MANual AUTO Automatic bandwidth settings MANual Manual bandwidth setting via the following command: [:SOURcehw]:CORRection:FRESponse:RF:OPTimization:BANDwidth[:VALue]
- set_value(freq_resp_opt_bw_va: int) None [source]
# SCPI: [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 [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE. For more information, refer to the specifications document.
- param 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)