kwakeham / RIGOL-DP832-GUI

Python based RIGOL DP832 GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIGOL-DP832-GUI

Python based RIGOL DP832 GUI

Simple Python-based application to give a visual remote control interface for the Rigol DP832.

Main Features

  • Supports direct control of all three channels.
  • Supports graphing view with data logging to csv.
  • Supports both NI VISA and Python VISA (through PyVISA)

Screenshots

Build Instructions

Basic Build Setup

  1. install poetry
  2. install any missing dependencies for poetry and or the dependent python librar
$ sudo apt-get install python3-matplotlib python3-qtpy python3-venv
  1. install python packages
$ poetry install

Running the Application

You can choose to run with either the default NI VISA backend or the python-based pyvisa-py backend by invoking the application as follows:

$ poetry run python RIGOL_DP832_GUI.py --pyvisapy

About

Python based RIGOL DP832 GUI

License:GNU General Public License v2.0


Languages

Language:Python 100.0%