Level

SCPI Command :

CALibration<HW>:LEVel:STATe
class LevelCls[source]

Level commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_state() StateExtended[source]
# SCPI: CALibration<HW>:LEVel:STATe
value: enums.StateExtended = driver.calibration.level.get_state()

No command help available

return:

areg_cal_pow_ext_us: No help available

set_state(areg_cal_pow_ext_us: StateExtended) None[source]
# SCPI: CALibration<HW>:LEVel:STATe
driver.calibration.level.set_state(areg_cal_pow_ext_us = enums.StateExtended.DEFault)

No command help available

param areg_cal_pow_ext_us:

No help available

Cloning the Group

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

Subgroups