Skip to content

Simple Python to transfer Tektronix TDS3000 scope images to file

License

Notifications You must be signed in to change notification settings

knud/TDS3000ToFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TDS3000ToFile

Simple Python to transfer Tektronix TDS3000 scope images to file

Requirements

Needs PyVISA, which can be found at pyvisa.org

To get pyvisa to work correctly, I had to add to .bash_profile

#
# PyVISA
#
export PYTHONPATH=/Library/Python/2.7/site-packages:$PYTHONPATH

Example

python TDS3000ToFile.py -e 192.168.1.11 -o screen_cap_20180221

About

Simple Python to transfer Tektronix TDS3000 scope images to file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages