Skip to main content

A Pythonic interface for Fluke 8588A Reference Multimeter using pyvisa

Project description

Fluke 8588A Python Library (Unofficial)

PyPI version License: MIT

A modern, Pythonic interface for controlling the Fluke 8588A Reference Multimeter using pyvisa.

🚀 Overview

The Fluke 8588A is one of the world's most stable reference multimeters. While it uses standard SCPI commands, managing high-speed digitizing, complex triggers, and metrology-grade configurations can be challenging. This library abstracts the low-level SCPI communication into an intuitive API, allowing metrologists and engineers to focus on data, not manuals.

⚠️ Safety Warning

The Fluke 8588A is a high-precision instrument capable of measuring high voltages (up to 1000V). This software is unofficial and interacts directly with the hardware.

  • Use at your own risk. * Incorrect automation loops can lead to unexpected instrument behavior.
  • Always verify that your test setup and input signals do not exceed the instrument's maximum ratings before running automation scripts.

📦 Installation

pip install fluke8588a

Quick start

from fluke8588a import Fluke8588A

fluke8588a = Fluke8588A('GPIB0::23::INSTR', timeout=10_000)

fluke8588a.reset()
fluke8588a.set_voltage_dc_function()
fluke8588a.set_voltage_dc_range(10)
fluke8588a.set_voltage_dc_resolution('MIN')
fluke8588a.set_voltage_dc_autorange('OFF')
fluke8588a.set_voltage_dc_nplc(100)
fluke8588a.set_voltage_dc_aperture_mode('MAN')
fluke8588a.set_trigger_init_continuous('OFF')
fluke8588a.set_trigger_delay_auto('OFF')
fluke8588a.set_trigger_delay(0)
fluke8588a.set_trigger_source('IMM')
fluke8588a.set_trigger_count(1)
fluke8588a.set_arm1_source('IMM')
fluke8588a.set_arm1_count(1)
fluke8588a.set_arm2_source('IMM')
fluke8588a.set_arm2_count(1)

fluke8588a.set_trigger_init_immediate()

fluke8588a_data = fluke8588a.fetch_data()

Requirements

  1. Python 3.8+
  2. pyvisa-py
  3. A valid VISA backend (pyvisa-py, NI-VISA, or Keysight IO Libraries)

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

fluke8588a-0.1.0.tar.gz (26.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fluke8588a-0.1.0-py3-none-any.whl (25.7 kB view details)

Uploaded Python 3

File details

Details for the file fluke8588a-0.1.0.tar.gz.

File metadata

  • Download URL: fluke8588a-0.1.0.tar.gz
  • Upload date:
  • Size: 26.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for fluke8588a-0.1.0.tar.gz
Algorithm Hash digest
SHA256 de21088e3235a738fa10fc0caa9e79188dcbefec39fb2f07ffba30666e2ebe86
MD5 f64f3000bc3adb0f88a6dd824b7e5c22
BLAKE2b-256 bb2c72a14bc35730bd8e146d3a95e54cee6fde44af2287aaffb2b48707645427

See more details on using hashes here.

File details

Details for the file fluke8588a-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: fluke8588a-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 25.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for fluke8588a-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef1f80d340060f64c7fad321afe5fcdeecc64045897fdbbc9d15531e14fd60f7
MD5 99e030532c624a2c9fb29ffc5a861ec2
BLAKE2b-256 2a3a1669429dd8d240239033cfb4aadea09d72a44e87049d3400e7dec0651b73

See more details on using hashes here.

Supported by

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