houpuli/isfread-py
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Python script for read data from a Tektronix ".ISF" files
----------------------------------------------------------
Python script for ascii-converting binary ISF files from TDS series Tektronix
Oscilloscope instruments.
Short usage example
--------------------
In linux command line::
$ python isfread.py file.isf > ascii.dat
modified by fenixnano on 2019:
tweak the code so it can work in python 3 as well as python 2.7
tweak the code for header so it can work with newer isf format
required module:
six
original Author
------
Gustavo Pasquevich - 2011
UNLP-CONICET-Argentina
keywords: ISF, TekTronix, isfread, python
Acknowledgment
--------------
Based on matab script isfread.m by Jhon Lipp.