Output

SCPI Command :

OUTPut<HW>:AMODe
class OutputCls[source]

Output commands group definition. 6 total commands, 3 Subgroups, 1 group commands

get_amode() AttMode[source]
# SCPI: OUTPut<HW>:AMODe
value: enums.AttMode = driver.output.get_amode()

Switches the mode of the attenuator at the RF output.

return:

amode: AUTO| FIXed| APASsive AUTO The attenuator is switched automatically. The level settings are made in the full range. APASsive The attenuator is switched automatically. The level settings are made only for the passive reference circuits. The high-level ranges are not available. FIXed The level settings are made without switching the attenuator. When this operating mode is switched on, the attenuator is fixed to its current position and the resulting variation range is defined.

set_amode(amode: AttMode) None[source]
# SCPI: OUTPut<HW>:AMODe
driver.output.set_amode(amode = enums.AttMode.APASsive)

Switches the mode of the attenuator at the RF output.

param amode:

AUTO| FIXed| APASsive AUTO The attenuator is switched automatically. The level settings are made in the full range. APASsive The attenuator is switched automatically. The level settings are made only for the passive reference circuits. The high-level ranges are not available. FIXed The level settings are made without switching the attenuator. When this operating mode is switched on, the attenuator is fixed to its current position and the resulting variation range is defined.

Cloning the Group

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

Subgroups