Commit 5223ef1c authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

updates software doc

Showing with 5 additions and 5 deletions
+5 -5
...@@ -82,10 +82,10 @@ The configuration is written in a python file structured in a series of dictiona ...@@ -82,10 +82,10 @@ The configuration is written in a python file structured in a series of dictiona
| | | | modbus | Sets a modubs connection | | | | | modbus | Sets a modubs connection |
+----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ +----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+
| tx | model | Type of transmitter. | mb_2024_0_2 | | Load TX defined in | | tx | model | Type of transmitter. | mb_2024_0_2 | | Load TX defined in |
| | | | | | :func:`ohmpi.ohmpihardware_components.mb_2024_0_2` | | | | | | | :func:`ohmpi.hardware_components.mb_2024_0_2` |
| | +--------------------------------------------------+------------------+-----------------------------------------------------------------+ | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+
| | | | mb_2023_0_X | | Load TX defined in | | | | | mb_2023_0_X | | Load TX defined in |
| | | | | | :func:`ohmpi.ohmpihardware_components.mb_2023_0_X` | | | | | | | :func:`ohmpi.hardware_components.mb_2023_0_X` |
| +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+
| | voltage_max | Maximum voltage supported by the TX board [V] | Float, e.g. 50. | | | | voltage_max | Maximum voltage supported by the TX board [V] | Float, e.g. 50. | |
| +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+
...@@ -99,10 +99,10 @@ The configuration is written in a python file structured in a series of dictiona ...@@ -99,10 +99,10 @@ The configuration is written in a python file structured in a series of dictiona
| | | | i2c_ext | I2C connector 2 | | | | | i2c_ext | I2C connector 2 |
+----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ +----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+
| rx | model | Type of transmitter. | mb_2024_0_2 | | Load RX defined in | | rx | model | Type of transmitter. | mb_2024_0_2 | | Load RX defined in |
| | | | | | :func:`ohmpi.ohmpihardware_components.mb_2024_0_2` | | | | | | | :func:`ohmpi.hardware_components.mb_2024_0_2` |
| +--------------- +--------------------------------------------------+------------------+-----------------------------------------------------------------+ | +--------------- +--------------------------------------------------+------------------+-----------------------------------------------------------------+
| | | | mb_2023_0_X | | Load RX defined in | | | | | mb_2023_0_X | | Load RX defined in |
| | | | | | :func:`ohmpi.ohmpihardware_components.mb_2024_0_2` | | | | | | | :func:`ohmpi.hardware_components.mb_2024_0_2` |
| | +--------------------------------------------------+------------------+-----------------------------------------------------------------+ | | +--------------------------------------------------+------------------+-----------------------------------------------------------------+
| | latency | | Latency in seconds in continuous mode | | | | | latency | | Latency in seconds in continuous mode | | |
| | | | (related to ADS) | Float, e.g. 0.01 | 10 ms | | | | | (related to ADS) | Float, e.g. 0.01 | 10 ms |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment