8000 GitHub - miguelagve/python-driver: Python package for interacting with Lake Shore instruments.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

miguelagve/python-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python package for interacting with Lake Shore instruments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0