Skip to main content

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


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)

Uploaded Source

Built Distribution

wvfreader-0.1.2-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page