项目作者: angry-dad

项目描述 :
Instrument screen capture via GPIB
高级语言: Python
项目地址: git://github.com/angry-dad/E4407B-GPIB-Screen-Capture.git
创建时间: 2018-06-28T17:25:50Z
项目社区:https://github.com/angry-dad/E4407B-GPIB-Screen-Capture

开源协议:

下载


E4407B GPIB Screen Capture

A simple python script/example to save a screenshot from the E4407B spectrum analyzer via GPIB. It was written because it was the only spectrum analzyer I had access to at the time. This model has no USB interface, and the floppy drive was broken, so I had no interface to save data other than GPIB.

Prerequisites

Installing

Python and NI-VISA are installed from their binaries. A system restart is needed after installing NI-VISA.

PyVISA and Pipenv are installed via pip:

  1. pip install PyVISA Pipenv

Next, install the Pipenv requirements from the Pipfile:

  1. pipenv install

Running

  1. pipenv run python main.py

Or run/double-click ‘capture.bat’

Authors

  • Joshua Wright

License

This project is licensed under the MIT License.