Skip to main content

A GUI for the Keithley 2600 series

Project description

PyPi Release Downloads Build Status

Warning: Keithleygui v1.1.4 is the last release that is developed and tested for Python 2.7. Newer releases require Python 3.6 or higher.

keithleygui

A high-level user interface for Keithley 2600 series instruments which allows the user to configure, record and save voltage sweeps such as transfer and output measurements. Since there typically is no need to provide a live stream of readings from the Keithley, the data from an IV-curve is buffered locally on the instrument and only transferred to CustomXepr after completion of a measurement.

keithleygui build on the Python driver provided by keithley2600.

Screenshot of the user interface

Installation

Install the stable version from PyPI by running

$ pip install keithleygui

Or install the latest development version from GitHub:

$ pip install git+https://github.com/OE-FET/keithleygui

Usage

In the terminal, run keithleygui to start the user interface. If your provide the --verbose option, log output showing the communication with the Keithley will be printed to the console.

To start the user interface in a running Python terminal:

from PyQt5 import QtWidgets
from keithleygui import KeithleyGuiApp

app = QtWidgets.QApplication([])

keithley_gui = KeithleyGuiApp()
keithley_gui.show()
app.exec()

You can optionally provide an existing Keithley2600 instance to be used by the GUI:

from PyQt5 import QtWidgets
from keithley2600 import Keithley2600
from keithleygui import KeithleyGuiApp

app = QtWidgets.QApplication([])

keithley = Keithley2600('visa_address')
keithley_gui = KeithleyGuiApp(keithley)
keithley_gui.show()
app.exec()

System requirements

  • Linux or macOS
  • Python 3.6 or higher

Acknowledgements

  • Config modules are based on the implementation from Spyder.
  • Scientific spin boxes are taken from qudi.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keithleygui-1.1.8.tar.gz (41.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

keithleygui-1.1.8-py3-none-any.whl (49.6 kB view details)

Uploaded Python 3

File details

Details for the file keithleygui-1.1.8.tar.gz.

File metadata

  • Download URL: keithleygui-1.1.8.tar.gz
  • Upload date:
  • Size: 41.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for keithleygui-1.1.8.tar.gz
Algorithm Hash digest
SHA256 f80692d43a0c37d74683c2a1fb8db6a5bf27a34ed54f9a46e8f4609d3ba18c08
MD5 d6eaa65cbd413dfcb0830839cdef631b
BLAKE2b-256 59d33e194dad3fedc9065a8923f2e0117db60f486fe287d7683b396b933e2374

See more details on using hashes here.

File details

Details for the file keithleygui-1.1.8-py3-none-any.whl.

File metadata

  • Download URL: keithleygui-1.1.8-py3-none-any.whl
  • Upload date:
  • Size: 49.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for keithleygui-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 c19bc15a5c92648e24904b10ace1406a6348cb2b49ee4439a0f73152df7f59c0
MD5 a50a2beac405c214df6b473f75cc697b
BLAKE2b-256 764518b57bd8f482f5072f0a0d7ffee28a908ca17a951585a12609c11eee3075

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page