Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zhinst-utils

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zhinst-utils

Zurich Instruments utils for device control

  • 0.5.0
  • PyPI
  • Socket score

Maintainers
2

PyPI version License: MIT Code style: black Twitter URL

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 LabOne API Documentation.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc