Skip to content

Commit

Permalink
generalise bool value range ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Jan 11, 2024
1 parent 07e6191 commit 32e0f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Models/Electric.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ of bus stops were used for the implementation of charging stations.
| friendlyPos | bool | true or false | false | Whether invalid charging station positions should be corrected automatically |
| **power** | float (W) or (mg/s) | power \> 0 | 0 | Charging power *P<sub>chrg</sub>* (If the battery device being charged [is configured to track fuel](#tracking_fuel_consumption_for_non-electrical_vehicles), charging power will be interpreted as mg/s) |
| **efficiency** | float | 0 <= efficiency <= 1 | 0.95 | Charging efficiency *η<sub>chrg</sub>* |
| **chargeInTransit** | bool | 0 or 1 | 0 | Enable or disable charge in transit, i.e. vehicle is forced/not forced to stop for charging |
| **chargeInTransit** | bool | true or false | false | Enable or disable charge in transit, i.e. vehicle is forced/not forced to stop for charging |
| **chargeDelay** | float | chargeDelay \> 0 | 0 | Time delay after the vehicles have reached / stopped on the charging station, before the energy transfer (charging) is starting |
| chargeType | string | | normal | Charging type (normal, electric, fuel) |

Expand Down

0 comments on commit 32e0f7f

Please sign in to comment.