Optimization
SCPI Commands :
[SOURce<HW>]:BB:IMPairment:OPTimization:MODE
[SOURce<HW>]:BB:IMPairment:OPTimization:STATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_mode() BbImpOptMode[source]
# [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’.
- Returns:
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 method
RsSmw.source.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]
# [SOURce<HW>]:BB:IMPairment:OPTimization:STATe value: bool = driver.source.bb.impairment.optimization.get_state()
No help available
- set_mode(mode: BbImpOptMode) None[source]
# [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’.
- Parameters:
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 method
RsSmw.source.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]
# [SOURce<HW>]:BB:IMPairment:OPTimization:STATe driver.source.bb.impairment.optimization.set_state(state = False)
No help available