====================
CTS3 Waveform Viewer
.. image:: https://img.shields.io/pypi/v/cts3-viewer.svg
:target: https://pypi.org/project/cts3-viewer/
:alt: Package on PyPI
.. image:: https://img.shields.io/badge/License-MIT-green.svg
:target: https://opensource.org/licenses/MIT
:alt: 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 <https://pypi.org/project/cts3-viewer>
_ 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
=============================== ===============================================