keithley¶
The object which operates the Keithley2200 voltage/current device. (Keithley script source code)
In Pylatus Script editor the keithley object is already imported into Python interpreter, but if you
have external .py files, then you can import it as:
from auxygen_keithley import PyKeithley
keithley = PyKeithley()
Instance methods:¶
setVoltage¶
keithley.setVoltage(voltage)
Creates a sequence action to set voltage value in V at the Keithley output.
setCurrent¶
keithley.setCurrent(current)
Creates a sequence action to set current value in A at the Keithley output.
stop¶
keithley.stop()
Creates a sequence action to switch off the Keithley output.