Metadata-Version: 2.1
Name: keithley2600b
Version: 0.0.5
Summary: Python API for Keithley Series 2600B SourceMeter
Author: Kai Geissdoerfer
Author-email: kai.geissdoerfer@tu-dresden.de
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# Introduction

The code in this repository is superseded by [this package](https://github.com/OE-FET/keithley2600).

Keithley 2600B are a series of programmable sourcemeters.
They can be accessed remotely via a VISA interface.
The programming relies on the builtin TSP script engine which uses a LUA-style syntax.

This package provides a python API for convenient remote programming of the SMU via Ethernet/USB.
