SzRemoteOsc assists you use your GW Instek Oscilloscope more confident.
Please note this project is still at an early stage, please use with care. Hope it will be helpful
Download from latest release and run, app is packaged with PyInstaller, macOS and Windows version provided.
Require Anaconda installed, run following to setup environment
conda create -y --name gwinstek python=3.7
conda activate gwinstek
conda install -y -c conda-forge pyqtads
pip install opencv-python pyvisa pyvisa-py
After setting the environment, you may run program by
python SzRemoteOsc.py
Enjoy
Only necessary components are implemented, feel free to contribute