Skip to main content

A package to connect to and interact with Lake Shore instruments.

Project description

Lake Shore Python Driver

Build Status Documentation Status PyPI Version

The Lake Shore python driver allows users to quickly and easily communicate with Lake Shore instruments. It automatically establishes a connection and provides a variety of functions specific to the product that configure settings and acquire measurements.

Supported Products

Advanced support

Basic support

Getting Started

Install the driver using pip:

pip install lakeshore

A Simple Example

The following code will connect to a 155 Precision Source over USB and print what is returned by an identification query.

from lakeshore import PrecisionSource

my_instrument = PrecisionSource()
print(my_instrument.query('*IDN?'))

Documentation

Click here to read the documentation and some example scripts

Contribute

We want your feedback!

Please request changes, features, and additional instruments through the GitHub issues page.

Don't hesitate to create pull requests. They make the driver better for everyone!

Resources

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

lakeshore-1.5.1.tar.gz (81.2 kB view hashes)

Uploaded Source

Built Distribution

lakeshore-1.5.1-py2.py3-none-any.whl (93.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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