A package to connect to and interact with Lake Shore instruments.
Project description
Lake Shore Python Driver
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.
Documentation
Click here to read the documentation and some example scripts
Supported Products
Advanced support
- F41 and F71 Teslameters
- 155 Precision I/V Source
- M91 FastHall Controller
- M81 Synchronous Source Measure System
- Model 224 Temperature Monitor
- Model 240 Input Modules
- Model 335 Cryogenic Temperature Controller
- Model 336 Cryogenic Temperature Controller
- Model 372 AC Resistance Bridge
Basic support
- Model 121 Programmable DC Current Source
- Model 350 Cryogenic Temperature Controller
- Model 425 Gaussmeter
- Model 643 Electromagnet Power Supply
- Model 648 Electromagnet Power Supply
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?'))
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lakeshore-1.6.1.tar.gz
.
File metadata
- Download URL: lakeshore-1.6.1.tar.gz
- Upload date:
- Size: 92.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7d7f5831759b4e25ba93a242eaf27bd739f8c92b752a9afdf017603ca6d5b65 |
|
MD5 | 0d9e80e6dff10650cefbd2c5134b2e73 |
|
BLAKE2b-256 | 07d7e368b5fc351911c4e209a7cc7fe69e054b332241625c9f066d763226b3e2 |
File details
Details for the file lakeshore-1.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: lakeshore-1.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 101.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e9de3f65ca5231d653e232c731c3e97e009e218b41ae5806493aee4fa05c6a1 |
|
MD5 | c90104f08a517145ddac91cb447d7c63 |
|
BLAKE2b-256 | b67b874221924cc3274d95143d46f1d31b55e0df07a6be8c146b66b0de0e0f1b |