Metadata-Version: 2.1
Name: pymodaq-plugins
Version: 3.4.0
Summary: Set of base PyMoDAQ plugins including Mock ones for development
Home-page: https://github.com/PyMoDAQ/pymodaq_plugins
Author: Sébastien Weber
Author-email: sebastien.weber@cemes.fr
License: CECILL B
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
License-File: LICENSE

PyMoDAQ Plugins
###############

.. image:: https://img.shields.io/pypi/v/pymodaq_plugins.svg
   :target: https://pypi.org/project/pymodaq_plugins/
   :alt: Latest Version

.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=latest
   :target: https://pymodaq.readthedocs.io/en/stable/?badge=latest
   :alt: Documentation Status

.. image:: https://github.com/PyMoDAQ/pymodaq_plugins/workflows/Upload%20Python%20Package/badge.svg
    :target: https://github.com/PyMoDAQ/pymodaq_plugins

Plugins initially developed with PyMoDAQ. Includes Mock plugins that are plugins of virtual instruments dedicated
to code testing for new functionalities or development.


Authors
=======

* Sebastien J. Weber

Instruments
===========
Below is the list of instruments included in this plugin

Actuators
+++++++++

* **Mock** actuator to test PyMoDAQ functionnalities
* **MockTau** mock actuator with caracteristic time to reach set value
* **TCP server** to communicate with other DAQ_Move or third party applications

Viewer0D
++++++++

* **Mock 0D** detector to test PyMoDAQ functionnalities
* **Mock Adaptive** detector to test PyMoDAQ adaptive scan mode
* **TCP server** to communicate with other DAQ_Viewer or third party applications

Viewer1D
++++++++

* **Mock 1D** detector to test PyMoDAQ functionnalities
* **Mock Spectro** detector to test pymodaq_spectro functionalities
* **TCP server** to communicate with other DAQ_Viewer or third party applications

Viewer2D
++++++++

* **Mock 2D** detector to test PyMoDAQ functionnalities
* **TCP server** to communicate with other DAQ_Viewer or third party applications

ViewerND
++++++++

* **Mock ND** detector to test PyMoDAQ functionnalities
