From ab647ccc0e029657944825cf1bf0c63ceb60bcfd Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Fri, 19 Jan 2024 12:52:26 +0100 Subject: [PATCH] updates software doc --- doc/source/source_rst/software/operations/config.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index 4d88b768..224cac11 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -90,20 +90,20 @@ The configuration is written in a python file structured in a series of dictiona - 'pwr batt' - Defines an external battery as power unit. - * - 'dps_5005' + - 'dps_5005' - Defines an external DPS 5005 as power unit - * - 'voltage' + - 'voltage' - Defines default output voltage in V. - (float) e.g. 12. - Sets voltage to 12 V by default. - * - :rspan:`1` 'interface_name' + - :rspan:`1` 'interface_name' - :rspan:`1` interface used for communication with controller. - 'modbus' - Sets a modubs connection - * - 'none' + - 'none' - Sets no software communication (e.g. for 'pwr_batt') -- GitLab