Skip to main content

Python package and software for the Rigol DS1054Z oscilloscope.

Project description

This package allows you to connect to your Rigol DS1054Z oscilloscope via Ethernet. It comes with a versatile command line tool.

Off course, you can also use it to control the scope with your own script by using the API this package has to offer.

While this software is named after the entry level oscilloscope DS1054Z, there is no reason to believe it wouldn’t also work with just any scope of the DS1000Z and MSO1000Z series by Rigol:

  • DS1054Z

  • DS1074Z

  • DS1104Z

  • DS1074Z-S

  • DS1104Z-S

  • MSO1074Z

  • MSO1104Z

  • MSO1074Z-S

  • MSO1104Z-S

Installation

The installation is dead simple:

pip install ds1054z[savescreen,discovery]

ds1054z depends on python-vxi11 which should automatically get installed along with itself.

For more information on the installation, please consult the installation section of the package documentation.

Features

  • Discovering your scope via mDNS / DNS-SD

  • Saving Screenshots (incl. adjustable dimming of on-screen controls)

  • Running / stopping the scope

  • Acquiring waveforms

  • … more to come!

Usage

Command Line Tool

This package installs a versatile command line (CLI) tool called ds1054z. You can use it to save the screen of your scope, for example:

ds1054z save-screen --overlay 0.6 192.168.0.23

You can find out more ways to use the CLI tool with ds1054z --help or by reading the manual.

Developers

If you’re into Python programming, use the DS1054Z class in your own code:

from ds1054z import DS1054Z

scope = DS1054Z('192.168.0.23')
print("Connected to: ", scope.idn)

print("Currently displayed channels: ", str(scope.displayed_channels))

Author

Resources

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

ds1054z-0.3.2.tar.gz (11.1 kB view details)

Uploaded Source

File details

Details for the file ds1054z-0.3.2.tar.gz.

File metadata

  • Download URL: ds1054z-0.3.2.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ds1054z-0.3.2.tar.gz
Algorithm Hash digest
SHA256 42a44d84afc76f8671d3830fe0f92080ffffad390e7420b058f663840ab440e4
MD5 dd0b58cc6aae20e988bb949d24fa64f4
BLAKE2b-256 087d7cada50764415fb27886c8a03a96a81369aa35426614c730ad7f3617b865

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