File: configuration.rst

package info (click to toggle)
python-umodbus 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: python: 1,944; makefile: 166; sh: 5
file content (18 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Configuration
=============

:attr:`umodbus.conf` is a global configuration object and is an instance of
`umodbus.config.Config`. It can be used like this:

.. code:: python
    
  from umodbus import conf

  conf.SIGNED_VALUES = True 


.. module:: umodbus.config

.. autoclass:: Config
    :members:  SIGNED_VALUES