Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 781 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 781 Bytes

PyVAR3

A small software for 3(or more) sweeping parameters measurements. WIP

Clever people at Keysight decided that their software only support 2 sweeps(VAR1, VAR2).
This is an effort to try to change that.

This program was designed to run on all platforms, but the keysight IO suite only REALLY support Windows. NI MAX can be used, but it's untested(it doesn't support Keysight/Aligent instruments that I use).

Requirements

PyVISA, PyQt6 PySide6, Numpy, Matplotlib, Pandas

Currently immigrating from PyQt6 to PySide6

Progress

Connection, data retrieve and 3-way sweep completed.

Need to solve the problem that current measuring strat is too slow.

Will work on GUI after program is functionally completed.