Stage

SCPI Commands :

CALibration:LEVel:AMPLifier:STAGe:FREQuenz
CALibration:LEVel:AMPLifier:STAGe:MODE
CALibration:LEVel:AMPLifier:STAGe:SUB
CALibration:LEVel:AMPLifier:STAGe
class StageCls[source]

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

get_frequency() int[source]
# SCPI: CALibration:LEVel:AMPLifier:STAGe:FREQuenz
value: int = driver.calibration.level.amplifier.stage.get_frequency()

No command help available

return:

freq_stage: No help available

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

No command help available

return:

mode: No help available

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

No command help available

return:

sub_stage: No help available

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

No command help available

return:

stage: No help available

set_frequency(freq_stage: int) None[source]
# SCPI: CALibration:LEVel:AMPLifier:STAGe:FREQuenz
driver.calibration.level.amplifier.stage.set_frequency(freq_stage = 1)

No command help available

param freq_stage:

No help available

set_mode(mode: StagMode) None[source]
# SCPI: CALibration:LEVel:AMPLifier:STAGe:MODE
driver.calibration.level.amplifier.stage.set_mode(mode = enums.StagMode.AUTO)

No command help available

param mode:

No help available

set_sub(sub_stage: int) None[source]
# SCPI: CALibration:LEVel:AMPLifier:STAGe:SUB
driver.calibration.level.amplifier.stage.set_sub(sub_stage = 1)

No command help available

param sub_stage:

No help available

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

No command help available

param stage:

No help available