Bandwidth
SCPI Commands :
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:[VALue]
- Commands in total: 2Subgroups: 0Direct 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 method
RsSmbv.source.correction.fresponse.rf.optimization.mode()QHIG | QHT, sets how the signal bandwidth is estimated: automatically or manually with the methodRsSmbv.source.correction.fresponse.rf.optimization.bandwidth.value().- Returns:
freq_resp_opt_bw_mo: AUTO | MANual
- 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 bandwidth for method
RsSmbv.source.correction.fresponse.rf.optimization.bandwidth.mode()MAN.- Returns:
freq_resp_opt_bw_va: integer Range: depends on installed baseband extension option * e.g. for base unit without extensions max = 120 MHz For more information, see data sheet.
- 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 method
RsSmbv.source.correction.fresponse.rf.optimization.mode()QHIG | QHT, sets how the signal bandwidth is estimated: automatically or manually with the methodRsSmbv.source.correction.fresponse.rf.optimization.bandwidth.value().- Parameters:
freq_resp_opt_bw_mo – AUTO | MANual
- 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 bandwidth for method
RsSmbv.source.correction.fresponse.rf.optimization.bandwidth.mode()MAN.- Parameters:
freq_resp_opt_bw_va – integer Range: depends on installed baseband extension option * e.g. for base unit without extensions max = 120 MHz For more information, see data sheet.