Emixer

SCPI Command :

[SOURce<HW>]:IQ:EMIXer:MODE
class EmixerCls[source]

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

get_mode() bool[source]
# SCPI: [SOURce<HW>]:IQ:EMIXer:MODE
value: bool = driver.source.iq.emixer.get_mode()

If enabled, the upper frequency, until a direct I/Q modulation is used, is shifted to 200 MHz. For details, see ‘Extended Mixer Mode’.

return

mixer_mode: 1| ON| 0| OFF

set_mode(mixer_mode: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:EMIXer:MODE
driver.source.iq.emixer.set_mode(mixer_mode = False)

If enabled, the upper frequency, until a direct I/Q modulation is used, is shifted to 200 MHz. For details, see ‘Extended Mixer Mode’.

param mixer_mode

1| ON| 0| OFF