:orphan:

PicomotorController8742
=======================

**From:** `Newport <https://www.newport.com/p/8742>`_

**Class:** :py:class:`herosdevices.hardware.newport.picomotor.PicomotorController8742`


**Driver Quality Index:** alpha


HEROS driver for 4-channel picomotor controller 8742.

.. 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.newport.picomotor.PicomotorController8742` 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
         * - **host**
           - **<class 'str'>**
           - 
           - IP address of the controller, e.g. "192.168.1.42".
         * - port
           - <class 'int'>
           - 23
           - listening port, typically 23.
         * - timeout
           - <class 'int'>
           - 5000
           - 
      

   .. tab-item:: Example JSON for BOSS
   
      The following JSON strings can be used to start a HERO device representation of             :py:class:`PicomotorController8742 <herosdevices.hardware.newport.picomotor.PicomotorController8742>` using             `BOSS <https://boss-eb4966.gitlab.io/>`_.
      
      
      .. code-block:: json
      
         {
             "_id": "my_PicomotorController8742",
             "classname": "herosdevices.hardware.newport.picomotor.PicomotorController8742",
             "arguments": {
                 "host": "<class 'str'>",
                 "port": 23,
                 "timeout": 5000
             }
         }
      
      :sup:`generated from signature`
   .. tab-item:: Inheritance
   
   
      .. inheritance-diagram:: herosdevices.hardware.newport.picomotor.PicomotorController8742
      
