IqModulator

SCPI Commands :

CALibration<HW>:IQModulator:FULL
CALibration<HW>:IQModulator:LOCal
class IqModulatorCls[source]

IqModulator commands group definition. 4 total commands, 2 Subgroups, 2 group commands

get_full() bool[source]
# SCPI: CALibration<HW>:IQModulator:FULL
value: bool = driver.calibration.iqModulator.get_full()

No command help available

return:

full: No help available

get_local() bool[source]
# SCPI: CALibration<HW>:IQModulator:LOCal
value: bool = driver.calibration.iqModulator.get_local()

No command help available

return:

local: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calibration.iqModulator.clone()

Subgroups