Skip to content

bennomeier/keithley2400

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercury ITC Temperature Controller

A small python module to communicate with an Oxford Instruments Mercury ITC Temperature Controller over USB or Ethernet.

The device must be in Remote Control Mode, and, if using Ethernet, the IP address must be configured on the device and in the init routine.

The temperatureController class contains all the routines for communicating with the devices, including one for calibrating further temperature sensors.

The temperatureControllerEthernet inherits from the former and uses the Ethernet protocol for communication.

Make sure to update the devices configuration to match the setup of your controller. You can get the device specifiers using the getDevices() method.

Setup Requirements

Requires:

  • Python Installation
  • python serial module

Further Information

The repository also includes an ipython notebook that was used to analyze data and produce a calibration file for a new sensor.

About

A small module to remotely control a Keithley 2400 Source Meter via serial interface / python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages