X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb495f2fff67af8d686bc9e78b83828bb114c50c..ce354758f86f0fad1ea536f1cbc0a337267b9987:/src/plugins/battery.cpp diff --git a/src/plugins/battery.cpp b/src/plugins/battery.cpp index 7e7f949cdc..b08de111a5 100644 --- a/src/plugins/battery.cpp +++ b/src/plugins/battery.cpp @@ -83,7 +83,8 @@ Here is an example of XML declaration: The different properties are: - ``battery_active``: Set the battery as active if set to 1 (default=0) -- ``battery_power``: Set the initial power of the battery in W (default=0). A negative value indicates that the battery act as a load and charge. A positive value indicates that the battery act as a generator and discharge +- ``battery_power``: Set the initial power of the battery in W (default=0). A negative value indicates that the battery +act as a load and charge. A positive value indicates that the battery act as a generator and discharge - ``battery_state_of_charge``: Set the initial state of charge of the battery (default=0) - ``battery_state_of_charge_min``: Set the minimal state of charge of the battery (default=0.2) - ``battery_state_of_charge_max``: Set the maximal state of charge of the battery (default=0.8)