Skip to content

scopetool - A small python tool to retrieve wave forms from Agilent 546xx Scopes

License

Notifications You must be signed in to change notification settings

Black-FX/scopetool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agilent Oscilloscope Tools (scopetool)

About

scopetool is a small python program to retrieve captured data from Agilent oscilloscopes

Currently Supported Models:

  • 54621A
  • 54622A
  • 54624A
  • 54641A
  • 54642A
  • 54621D
  • 54622D
  • 54641D
  • 54642D

Installation

There is no specific installation needed, however the tool requires the following Python modules

matplotlib <https://matplotlib.org/> PySerial <https://pythonhosted.org/pyserial/>

Usage

Once installed, you should be able to run the tool at the command line using:

` usage: scopetool [-h] [-1] [-2] [--port USB_PORT] [--speed USB_SPEED] `

For example: ` $ scopetool -p /dev/ttyUSB0 -s 57600 -1 -2 `

Screenshots

The scope

./images/scope_photo.jpg

And corresponding capture

./images/screencap.png

About

scopetool - A small python tool to retrieve wave forms from Agilent 546xx Scopes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages