Optimization

SCPI Command :

[SOURce<HW>]:AREGenerator:CHANnel:OPTimization:MODE
class OptimizationCls[source]

Optimization commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mode() AregCconfigOptMode[source]
# SCPI: [SOURce<HW>]:AREGenerator:CHANnel:OPTimization:MODE
value: enums.AregCconfigOptMode = driver.source.areGenerator.channel.optimization.get_mode()

Selects the optimization mode of the radar channel.

return:

areg_chan_mode: FAST| QHIG FAST Fast optimization mode This mode compensates I/Q skews and is suitable in time sensitive environments and for narrowband signals. QHIG High-quality optimization mode This mode compensates I/Q skews and uses frequency response correction data. The mode generates flat signals over large bandwidth but requires longer setting time and leads to signal interruption.

set_mode(areg_chan_mode: AregCconfigOptMode) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:CHANnel:OPTimization:MODE
driver.source.areGenerator.channel.optimization.set_mode(areg_chan_mode = enums.AregCconfigOptMode.FAST)

Selects the optimization mode of the radar channel.

param areg_chan_mode:

FAST| QHIG FAST Fast optimization mode This mode compensates I/Q skews and is suitable in time sensitive environments and for narrowband signals. QHIG High-quality optimization mode This mode compensates I/Q skews and uses frequency response correction data. The mode generates flat signals over large bandwidth but requires longer setting time and leads to signal interruption.