A package for working with Yokogowa oscilloscope files (WDF, WVF).
Project description
wvfreader
Yokogowa Oscilloscope WVF file reader with basic plotting function
Example Usage
import wvfreader
# Get Some Data
datafiles = wvfreader.datafile()
# Get some info on the first file
datafiles[0].info()
# Files and Traces can be accessed by name
files = datafiles[['file1','file2']]
traces = datafiles['file1'].traces['trace1,trace2']
# Plot the first and second trace, between time 0s and 5s
[datafiles[0].traces[num].plot(t_ind=(0,5)) for num in [0,1]]
# If Bokeh is installed, you can save plots to interactive HTML files
# This will down sample your data if it has more than 15,000 points
datafiles[0].traces[0].plot(output='html')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wvfreader-0.1.2.tar.gz
(7.3 kB
view hashes)
Built Distribution
Close
Hashes for wvfreader-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22a3cde2279caf02404b42d8edb1475c7b13114c0e7709cb6c059bd022e569f9 |
|
MD5 | 3db2a5f4bf7d27757a346c2b801a8202 |
|
BLAKE2b-256 | 3345aca2924aca85430779cd38566bbbb3d99ba276836c9bff4bea53661e4013 |