Attenuator

SCPI Commands :

CALibration<HW>:LEVel:ATTenuator:MODE
CALibration<HW>:LEVel:ATTenuator:STAGe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_mode() CalPowAttMode[source]
# CALibration<HW>:LEVel:ATTenuator:MODE
value: enums.CalPowAttMode = driver.calibration.level.attenuator.get_mode()

No help available

get_stage() int[source]
# CALibration<HW>:LEVel:ATTenuator:STAGe
value: int = driver.calibration.level.attenuator.get_stage()

No help available

set_stage(stage: int) None[source]
# CALibration<HW>:LEVel:ATTenuator:STAGe
driver.calibration.level.attenuator.set_stage(stage = 1)

No help available