Skip to content

Latest commit

 

History

History

Model_622x_2182A

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Model 622x & 2182A

These examples are for use with Keithley Models 6220, 6221, or 2182A. See also example code for the 2182A.

Directory

  • Delta_Measurement_Example.py
    --- Makes a set of delta measurements with the 6221/2182A and returns the resistance to a file
    --- Settings are entered using a simple GUI created by the instrgui.py module
    --- Requires the instrcomms and instrgui files which can be found at Instrument Communication Resources and Creating GUIs, respectively.

  • Differential_Conductance_Example.py
    --- Makes a set of differential conductance measurements with the 6221/2182A and returns the conductance values to a file.
    --- Settings are entered using a simple GUI created by the instrgui.py module.
    --- Requires the instrcomms and instrgui files which can be found at Instrument Communication Resources and Creating GUIs, respectively.