Skip to content

python script for reading isf files from TDS-series tektronix oscilloscopes for python 2.7 and python 3

License

Notifications You must be signed in to change notification settings

houpuli/isfread-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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. 

About

python script for reading isf files from TDS-series tektronix oscilloscopes for python 2.7 and python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%