PeelCapture
===========

This is the Api Documentation for PeelCapture.   See also: `User Documentation <http://support.peeldev.com/peelcapture>`_

Custom python scripts can be put in a "userPython" directory in the application folder.

Custom devices can be put in a python module named "peel_user_devices".  Any classes in
this module that inherit from PeelDeviceBase will be added to the device list.

The main UI can be modified by getting a reference to the main window and calling the
related QT methods::

    from PeelApp import cmd
    print(cmd.getMainWindow())

.. toctree::
   :maxdepth: 1
   :caption: Contents:
   
   peel_device
   peel_python
   peel_devices

   
Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`   


Peel Software Development LLC 2022