ChiaN-Yang / Control_Instruments

use PyQt5 and Pymeasure to control instruments in NCKU Qfort lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control_Instruments

Please run main.py to control instruments in NCKU Qfort lab


Installation

Before run this program, you need to install package below:

  • Python 3.6 or later

  • PyQt5

  • Pymeasure

  • Numpy

  • Labdrivers

  • NIDAQmx

In vscode, it can be installed with pip

python -m pip install package_name

Hint

you can transfer .ui to .py by this command

pyuic5 -x connection_interface.ui -o connection_interface.py

About

use PyQt5 and Pymeasure to control instruments in NCKU Qfort lab


Languages

Language:Python 100.0%