Skip to main content

Control Keysight U3606B Multimeter through PyVISA

Project description

Build and Publish version license

u3606b Python driver (unofficial)

This is a Python driver for the u3606b multimeter. It is based on the official U3606B Multimeter| DC Power Supply Programming Guide and PyVISA package. PyVISA is a Python package that allows you to control measurement devices independently of the interface (GPIB, USB, Ethernet, etc.) by using a common API.

The driver is not complete, but it is a good starting point for anyone who wants to control the u3606b multimeter with Python.

The driver supports the following functions:

  • Read voltage
  • Read current
  • Set voltage
  • Set current
  • Set output on/off
  • Set limits
  • Step output

Pre-requisites

Installation

pip install u3606b_py

Example

from u3606b_py.u3606b import U3606B

u3606b_dev = U3606B()
u3606b_dev._open()
u3606b_dev._reset()
u3606b_dev.sour_vol_rng(rng='8V')
u3606b_dev.sour(lvl='1.0V')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

u3606b_py-0.0.2.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

u3606b_py-0.0.2-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page