:orphan:

NEXTorr
=======

**From:** `SAES Getters <https://www.saesgetters.com/highvacuum/solution/nextorr-hv/>`_

**Class:** :py:class:`herosdevices.hardware.saes.nextorr.NEXTorr`


**Driver Quality Index:** beta


A NEXTorr vacuum pump with serial based connection.

.. 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.saes.nextorr.NEXTorr` 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
         * - **device**
           - **<class 'str'>**
           - 
           - Serial device address. Typically /dev/ttyUSB0 or similar.
         * - baudrate
           - <class 'int'>
           - 115200
           - 
      

   .. tab-item:: Example JSON for BOSS
   
      The following JSON strings can be used to start a HERO device representation of             :py:class:`NEXTorr <herosdevices.hardware.saes.nextorr.NEXTorr>` using             `BOSS <https://boss-eb4966.gitlab.io/>`_.
      
      
      .. code-block:: json
      
         {
             "_id": "my_NEXTorr",
             "classname": "herosdevices.hardware.saes.nextorr.NEXTorr",
             "arguments": {
                 "device": "<class 'str'>",
                 "baudrate": 115200
             }
         }
      
      :sup:`generated from signature`
   .. tab-item:: Inheritance
   
   
      .. inheritance-diagram:: herosdevices.hardware.saes.nextorr.NEXTorr
      
