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() RsSmbv.enums.AutoManualMode [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE value: enums.AutoManualMode = driver.source.correction.fresponse.rf.optimization.bandwidth.get_mode()
For [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:MODEQHIG|QHT, sets how the signal bandwidth is estimated: automatically or manually with the command [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:BANDwidth[:VALue].
- return
freq_resp_opt_bw_mo: AUTO| MANual
- 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 bandwidth for [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE MAN.
- return
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: RsSmbv.enums.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 [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:MODEQHIG|QHT, sets how the signal bandwidth is estimated: automatically or manually with the command [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:BANDwidth[:VALue].
- param freq_resp_opt_bw_mo
AUTO| MANual
- 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 bandwidth for [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:BANDwidth:MODE MAN.
- param 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.