/isfread-py

Python script for reading *.ISF files from DPO-series Tektronix oscilloscopes.

Primary LanguagePythonOtherNOASSERTION

Python script for read data from a Tektronix ".ISF" files
----------------------------------------------------------

Python script for reading binary ISF files from DPO series Tektronix 
Oscilloscope instruments.

Tested only on Tektronix DPO 4104 with Python 2.7.12.


Short usage example
--------------------
In command line::

    $ python isfread.py file.isf > ascii.dat 

Author
------
Gustavo Pasquevich - 2011 
UNLP-CONICET-Argentina

keywords: ISF, TekTronix, isfread, python

Acknowledgment
--------------

Based on matab script isfread.m from Jhon Lipp.