Skip to content

zhinst/zhinst-toolkit

This branch is 1 commit ahead of, 6 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 8, 2025
d58303c · Jan 8, 2025
Oct 31, 2024
Apr 26, 2022
Oct 15, 2024
Oct 16, 2024
Nov 2, 2022
Jan 8, 2025
Nov 25, 2024
Feb 24, 2022
Jun 23, 2022
Apr 12, 2022
Feb 24, 2022
Nov 25, 2024
May 16, 2022
Feb 24, 2022
Nov 2, 2023
Aug 31, 2022
Oct 14, 2022
Oct 5, 2022
Jan 31, 2024
Oct 31, 2022

Repository files navigation

CI Coverage PyPI version License: MIT Code style: black Twitter URL

Zurich Instruments Toolkit (zhinst-toolkit)

The Zurich Instruments Toolkit (zhinst-toolkit) is a high level driver package that allows communication with Zurich Instruments devices from the Python programming language. It is based on top of the native Python API (zhinst.core) of LabOne®, the Zurich Instruments control software. It comes in the form of a package compatible with Python 3.7+.

The central goal of zhinst-toolkit is to provide a pythonic approach to interact with any Zurich Instruments device and is intended as a full replacement for the low level zhinst.core package.

Status

The zhinst-toolkit is well tested and considered stable enough for general usage. The interfaces may have some incompatible changes between releases. Please check the changelog if you are upgrading.

LabOne software

As prerequisite, the LabOne software version 22.02 or later must be installed. It can be downloaded for free at https://www.zhinst.com/labone. Follow the installation instructions specific to your platform. Verify that you can connect to your instrument(s) using the web interface of LabOne. If you are upgrading from an older version, be sure to update the firmware of al your devices using the web interface before continuing.

In principle LabOne can be installed in a remote machine, but we highly recommend to install on the local machine where you intend to run the experiment.

Install

Install the package with pip:

pip install zhinst-toolkit

Documentation

For a full documentation see here.

Contributing

We welcome contributions by the community, either as bug reports, fixes and new code. Please use the GitHub issue tracker to report bugs or submit patches. Before developing something new, please get in contact with us.

Please see Contributing section

License

This software is licensed under the terms of the MIT license. See LICENSE for more detail.