Skip to content

slab-github/qdac2-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools for QDevil QDAC-II

This repository contains additional tools and examples for QDAC-II. See https://qdevil.com/w82mkw6a/ for more information and examples.

List of tools

  • usb_detector: Detect a QDAC-II connected through USB and display port and setup information.

How to use

Most applications and examples are written in Python 3, so you will need to set up a virtual python environment, see First-time Setup below.

Each subfolder contains a separate tool or example.

For instance, to use the USB Detector, enter the python virtual environment and run the app in the subfolder:

Linux / macOS

In a Terminal:

$ source venv/bin/activate
$ python src/usb_detector.py

Windows

In PowerShell:

PS> venv\Scripts\activate.ps1
PS> python src\usb_detector.py

First-time Setup

Linux / macOS

In a Terminal:

$ scripts/setup-virtual-env.sh
$ scripts/install-libs.sh

Windows

In PowerShell:

PS> python -m venv venv
PS> scripts\install-libs.bat

About

Miscellaneous applications and snippets for use with QDevil QDAC-II

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.5%
  • Shell 16.0%
  • Batchfile 3.5%