/keysightBin

python script to read Agilent (KeySight) oscilloscope binary file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

keysightBin:

  • A binary oscilloscope file reader

Features:

  • A python script to read keysight binary oscilloscope file to numpy array

Usage:

  • Linux:
  1. Install python 2 or 3
  2. place importAgilentBin.py
  3. import importAgilentBin
  4. importAgilentBin.importAgilentBin(binfile)

Bugs:

  • Please report bugs / request to the github issure tracker.

Contributing:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Notes:

none