skillfed

zhinst-utils

Zurich Instruments utils for device control

zhinst-utils v0.7.2 135.3K downloads/30d#11,442 on PyPI2
Permissive license Active released

What it is and what it does

zhinst-utils is a companion library to the native zhinst.core LabOne Python API, providing higher-level helper functions for communicating with Zurich Instruments quantum and RF devices. Rather than replacing zhinst.core, it augments it with convenience functions and device-specific utilities for SHFQA, SHFSG, and SHFQC devices, reducing boilerplate in typical device control workflows.

The package depends on numpy, zhinst-core, and zhinst-timing-models, and is designed for developers working directly with Zurich Instruments hardware. It offers both generic utility functions and device-specific modules, allowing you to import only what you need for your particular device or use case.

Use it for:

  • Simplify setup and calibration routines for SHFQA quantum analyzers.
  • Reduce boilerplate when configuring SHFSG signal generators for RF experiments.
  • Streamline SHFQC quantum controller initialization and control sequences.
  • Add convenience wrappers around low-level zhinst.core API calls for faster prototyping.
  • Access device-specific helper functions not available in the base LabOne API.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides helper functions and device-specific utilities for the Zurich Instruments LabOne API, simplifying communication with SHFQA, SHFSG, and SHFQC devices.

Yes, if you are working with Zurich Instruments SHFQA, SHFSG, or SHFQC devices. The package is actively maintained, has low install friction, carries a permissive MIT license, and provides genuine convenience on top of zhinst.core. Not relevant for users without these specific devices.

Install

zhinst-utils on PyPI

pip

pip install zhinst-utils

uv

uv add zhinst-utils

poetry

poetry add zhinst-utils

Installing zhinst-utils

Before you install

Low friction installation with a pure Python wheel. Active maintenance as of 2026-01-14 with recent release activity.

License in practice

MIT license permits commercial and private use with minimal restrictions.

Quickstart

pip install zhinst-utils

import zhinst.utils.shfqa
help(zhinst.utils.shfqa)

Requires Python 3.7 or later and zhinst-core to be installed separately.

Verify before relying

  • Whether device-specific utilities (SHFQA, SHFSG, SHFQC) are actively maintained or if some are deprecated.
  • Performance characteristics or limitations when working with large datasets or many concurrent device connections.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 3 — numpy, zhinst-core, zhinst-timing-models
Maintenance actively maintained — 109 days since the last release
Last repo commit
First released
Downloads 135,282/month — #11,442 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: zhinst_utils-0.7.2-py3-none-any.whl

License :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

zurich instruments device controllabone api helpersshfqa shfsg shfqc utilitiesquantum device communicationzurich instruments utils
quantum-computinghardware-control

More Scientific/Engineering packages