Stage

SCPI Commands :

CALibration:LEVel:OPU:STAGe:MODE
CALibration:LEVel:OPU:STAGe:SUB
CALibration:LEVel:OPU:STAGe
class StageCls[source]

Stage commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_mode() StagMode[source]
# SCPI: CALibration:LEVel:OPU:STAGe:MODE
value: enums.StagMode = driver.calibration.level.opu.stage.get_mode()

No command help available

return:

stage_mode: No help available

get_sub() int[source]
# SCPI: CALibration:LEVel:OPU:STAGe:SUB
value: int = driver.calibration.level.opu.stage.get_sub()

No command help available

return:

stage_sub: No help available

get_value() int[source]
# SCPI: CALibration:LEVel:OPU:STAGe
value: int = driver.calibration.level.opu.stage.get_value()

No command help available

return:

stage: No help available

set_mode(stage_mode: StagMode) None[source]
# SCPI: CALibration:LEVel:OPU:STAGe:MODE
driver.calibration.level.opu.stage.set_mode(stage_mode = enums.StagMode.AUTO)

No command help available

param stage_mode:

No help available

set_sub(stage_sub: int) None[source]
# SCPI: CALibration:LEVel:OPU:STAGe:SUB
driver.calibration.level.opu.stage.set_sub(stage_sub = 1)

No command help available

param stage_sub:

No help available

set_value(stage: int) None[source]
# SCPI: CALibration:LEVel:OPU:STAGe
driver.calibration.level.opu.stage.set_value(stage = 1)

No command help available

param stage:

No help available