Skip to content

Micropross/CTS3_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTS3 Waveform Viewer

Package on PyPI

MIT

Analog waveform viewer for NI Contactless Test Station 3.

Displays graph which are embedded in files generated by a CTS3.

Installation

CTS3 Waveform Viewer is published on PyPI and can be installed from there:

python -m pip install --upgrade cts3-viewer

Documentation

cts3-viewer is a command line interface which converts an analog waveform file into an HTML file.

The following file types are supported:

  • DAQ output files
  • Advanced measurements output files
  • Protocol analyzer files containing analog measurements

Usage

cts3-viewer src [options]

or:

python -m cts3_viewer src [options]

Options

-h, --help show help message and exit
-f, --force overwrite output file if exists
--fft compute signal FFT
-o OUTPUT, --output OUTPUT select output HTML file
-s, --silent convert to HTML file without plotting the graph
-v, --verbose increase verbosity
--version show version information and exit