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)

📜 Licensing & Attribution

This project is licensed under the MIT License.
Important: If you use this library, you must keep the original copyright notice. If you modify it, please attribute the original work to Đorđe Novaković.

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.2.tar.gz (26.6 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.2-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fluke8588a-0.1.2.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fluke8588a-0.1.2.tar.gz
Algorithm Hash digest
SHA256 566376920320cb4fea3f4b1ed572e85429cd07c353caec20461989ba66a69955
MD5 f088f92f53ac13c3de41ff0713261852
BLAKE2b-256 d70472a200d55f8f924a0bc9b449d408737dfdd8f741694de30bd4823589359d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fluke8588a-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fluke8588a-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b00dcc7c6e1e0c0eb2f55b7e33bd87b497299ebf067c8d6bec7a121843afddcc
MD5 202e6e84e8a52ff1ad2fa303bec4cd2b
BLAKE2b-256 b3dd9acf4fcd4fe5b538ae131a0db5fb8d310f017f7a6a2d783416a5f8e589d5

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