Metadata-Version: 2.1
Name: cts3-viewer
Version: 22.0.0
Summary: CTS3 Waveform Viewer
Home-page: https://micropross.ni.com/products/range/contactless-test-station-3
Download-URL: https://pypi.org/project/cts3-viewer
Author: Julien Vannier
Author-email: julien.vannier@ni.com
Maintainer: Guillaume Fouilleul
Maintainer-email: guillaume.fouilleul@ni.com
License: MIT
Project-URL: Code, https://github.com/Micropross/CTS3_viewer
Keywords: NI,CTS3,NFC
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

====================
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
=============================== ===============================================


