Mks Astron 2l | Manual
# ------------------------------------------------------------------ # 2. Basic identification # ------------------------------------------------------------------ print("Instrument ID:", inst.query("*IDN?"))
# ------------------------------------------------------------------ # 3. Set parameters # ------------------------------------------------------------------ desired_voltage = 1500.0 # volts desired_current = 0.5 # mA mks astron 2l manual
# ------------------------------------------------------------------ # 4. Turn output on # ------------------------------------------------------------------ inst.write("OUTP ON") mks astron 2l manual
import pyvisa
inst.write(f"VOLT desired_voltage") inst.write(f"CURR desired_current") mks astron 2l manual
MW pe Facebook
MW pe Twitter