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
-
Model 643 and 648 Electromagnet Power Supplies
Basic support
Getting Started
Install the driver using pip:
pip install lakeshore
It should be noted that the lakeshore driver requires a minimum python version of 3.7.
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 Distributions
Built Distribution
File details
Details for the file lakeshore-1.8.1-py3-none-any.whl
.
File metadata
- Download URL: lakeshore-1.8.1-py3-none-any.whl
- Upload date:
- Size: 108.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30338d376374b86aa59511b446580b53ddff3b59f69e6a1bec1be057a564a48f |
|
MD5 | 2d5595a16c165492528533b15107da4b |
|
BLAKE2b-256 | 09b4412f159b99c55fd41edb33dfc131e9df1ded019b87a94aafdc1fd57cc35d |