Skip to content

Small tool for reading binary .trc files from Lecroy oscilloscopes

License

Notifications You must be signed in to change notification settings

neago/lecroy-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lecroy-reader

Small tool for reading binary .trc files from LeCroy oscilloscopes

Scope

Extract data from .trc binary scope trace files from LeCroy oscilloscopes, with emphasis on segmented acquisition mode traces.

This code has only been tested on a LeCroy WaveRunner 6050A.

Installation

python setup.py develop

Usage

import lecroyreader as lcr

metadata, trigtimes, data = lcr.read('/path/to/trace.trc')

About

Small tool for reading binary .trc files from Lecroy oscilloscopes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages