Optimization
SCPI Commands :
[SOURce<HW>]:BB:IMPairment:OPTimization:MODE
[SOURce<HW>]:BB:IMPairment:OPTimization:STATe
- class OptimizationCls[source]
Optimization commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_mode() BbImpOptMode [source]
# SCPI: [SOURce<HW>]:BB:IMPairment:OPTimization:MODE value: enums.BbImpOptMode = driver.source.bb.impairment.optimization.get_mode()
Sets the optimization mode for I/Q modulation. If equipped with option R&S SMW-K544, the optimization mode applies for the I/Q modulation performance and for the user-defined frequency response corrections. See ‘User-defined correction settings’.
- return:
mode: FAST| | QHIGh | QHTable FAST Fast optimization with high switching speed by compensating for I/Q skew. This mode is suitable in time sensitive environments and for narrowband signals. QHIGh Optimization by compensating for I/Q skew and frequency response correction. This mode interrupts the RF signal generation. Do not use it in combination with the uninterrupted level settings and strictly monotone modes RF level modes. See [:SOURcehw]:POWer:LBEHaviour. QHTable Improves the frequency response while maintaining setting time, there is no signal interruption. *RST: FAST for R&S SMW-B10) / QHIGh for R&S SMW-B9 / QHTable if the R&S SMW200A generates upconverted I/Q signal with a connected R&S SZU connected.
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:IMPairment:OPTimization:STATe value: bool = driver.source.bb.impairment.optimization.get_state()
No command help available
- return:
state: No help available
- set_mode(mode: BbImpOptMode) None [source]
# SCPI: [SOURce<HW>]:BB:IMPairment:OPTimization:MODE driver.source.bb.impairment.optimization.set_mode(mode = enums.BbImpOptMode.FAST)
Sets the optimization mode for I/Q modulation. If equipped with option R&S SMW-K544, the optimization mode applies for the I/Q modulation performance and for the user-defined frequency response corrections. See ‘User-defined correction settings’.
- param mode:
FAST| | QHIGh | QHTable FAST Fast optimization with high switching speed by compensating for I/Q skew. This mode is suitable in time sensitive environments and for narrowband signals. QHIGh Optimization by compensating for I/Q skew and frequency response correction. This mode interrupts the RF signal generation. Do not use it in combination with the uninterrupted level settings and strictly monotone modes RF level modes. See [:SOURcehw]:POWer:LBEHaviour. QHTable Improves the frequency response while maintaining setting time, there is no signal interruption. *RST: FAST for R&S SMW-B10) / QHIGh for R&S SMW-B9 / QHTable if the R&S SMW200A generates upconverted I/Q signal with a connected R&S SZU connected.
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:IMPairment:OPTimization:STATe driver.source.bb.impairment.optimization.set_state(state = False)
No command help available
- param state:
No help available