pypi package 'zhinst-utils'

Popularity: Medium (more popular than 90% of all packages)
Description: Zurich Instruments utils for device control
Installation: pip install zhinst-utils
Last version: 0.1.5 (Download)
Homepage: https://github.com/zhinst/utils
Size: 48.18 kB
License:

Activity

Last modified: November 23, 2022 3:22 PM (a year ago)
Versions released in one year: 0
Weekly downloads: 1,410
12/11/202202/26/202305/14/202307/30/202310/15/202308001,6002,4003,200released versions / week
  • Versions released
  • Weekly downloads

Readme

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.