From 0f97c74d2aff7420024677e29b3db32787f85444 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Fri, 19 Jan 2024 12:54:12 +0100 Subject: [PATCH] updates software doc --- doc/source/source_rst/software/operations/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index 224cac11..e780c1b7 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -90,19 +90,23 @@ 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' - Defines an external DPS 5005 as power unit + * - '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 used for communication with controller. - 'modbus' - Sets a modubs connection + * - 'none' - Sets no software communication (e.g. for 'pwr_batt') -- GitLab