:orphan:

MDT694B
=======

**From:** `Thorlabs  <https://www.thorlabs.com/newgrouppage9.cfm?objectgroup_id=1191>`_

**Class:** :py:class:`herosdevices.hardware.thorlabs.mdt69xb.MDT694B`


**Driver Quality Index:** beta


Device driver for the MDT694B Single Channel, Open-Loop Piezo Controller.

.. tab-set:: 


   .. tab-item:: Arguments
   
   
      Bold arguments are mandatory. For more information on the listed arguments refer to the class             documentation: :py:class:`herosdevices.hardware.thorlabs.mdt69xb.MDT694B` If parameters appear in this             list but not in the class definition, please recursively check the linked base classes for the             definition of the parameter.
      
      
      .. list-table:: 
         :widths: 50 50 50 100
         :header-rows: 1
      
         * - Argument
           - Type
           - Default Value
           - Description
         * - **address**
           - **<class 'str'>**
           - 
           - Serial address of the device. 
         * - timeout
           - <class 'float'>
           - 1.0
           - timeout for read operations.
      

   .. tab-item:: Example JSON for BOSS
   
      The following JSON strings can be used to start a HERO device representation of             :py:class:`MDT694B <herosdevices.hardware.thorlabs.mdt69xb.MDT694B>` using             `BOSS <https://boss-eb4966.gitlab.io/>`_.
      
      .. code-block:: json
      
         {
             "_id": "my-piezo-controller",
             "classname": "herosdevices.hardware.thorlabs.MDT694B",
             "active": false,
             "arguments": {
                 "address": "/dev/ttyUSB0"
             }
         }
      
      :sup:`from examples/thorlabs/mdt69xb.json` 
      
      
      .. code-block:: json
      
         {
             "_id": "my_MDT694B",
             "classname": "herosdevices.hardware.thorlabs.mdt69xb.MDT694B",
             "arguments": {
                 "address": "/dev/ttyUSB0",
                 "timeout": 1.0
             }
         }
      
      :sup:`generated from signature`
   .. tab-item:: Inheritance
   
   
      .. inheritance-diagram:: herosdevices.hardware.thorlabs.mdt69xb.MDT694B
      
