Zurich Instruments utils for device control
Project description
Utils for Zurich Instruments LabOne API
zhinst-utils provides a set of helper functions for the native LabOne Python API called zhinst.core.
It offers higher level functions to ease the communication with
Zurich Instruments devices. It is not intended to be a
separate layer above zhinst.core
but rather as an addition.
Apart for a set of not device specific functions the utility also provide specific functionality for some devices. Currently including:
- SHFQA
- SHFSG
- SHFQC
To see the device utils in action check out the LabOne API examples.
Installation
Python 3.7+ is required.
pip install zhinst-utils
Usage
import zhinst.utils.shfqa
import zhinst.utils.shfsg
import zhinst.utils.shfqc
help(zhinst.utils.shfqa)
help(zhinst.utils.shfsg)
help(zhinst.utils.shfqc)
About
More information about programming with Zurich Instruments devices is available in the package documentation and the LabOne Programming Manual.
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
Hashes for zhinst_utils-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d96d829488fcc50061e523134222ebffb57a1c6c7637b4be6602c643a9438c4c |
|
MD5 | 60458640d372921b026d8d85d72aff31 |
|
BLAKE2b-256 | 3da088906669f46d770d73dc8c937c9e4749951af4f8d10cda48c71012571460 |