Skip to content

Commit

Permalink
formatting ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed May 7, 2024
1 parent dc8a166 commit 4b2440c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/web/docs/Simulation/Stationfinder.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ The stationfinder device can be configured using the parameters `rescueTime` and
The following table gives the full list of possible parameters for the stationfinder device. Each of these parameters must be specified as a child
element of the form `<param key=device.stationfinder.<PARAMETER NAME> value=<PARAMETER VALUE>` of the appropriate demand definition element (e.g. `<vehicle ... />`, `<vType ... />`, or `<flow ... />`).

| Parameter | Type | Range | Default | Description |
| --------------------- | ---------------- | ----------- | ---------------- | ----------------------------------------------------------------------------------- |
| rescueTime | float (s) | ≥0 | 1800 | Time to wait for a rescue vehicle on the road side when the battery is empty |
| rescueAction | enum | {remove;tow;none} | remove | What to do with vehicles in rescue mode: `remove` remove immediately from the simulation, `tow` teleport to a charging station after waiting or do nothing using `none` |
| reserveFactor | float | ≥1 | 1.1 | Scale battery need with this factor to account for unexpected traffic situations |
| emptyThreshold | float | [0;100] | 5 | Battery percentage to go into rescue mode |
| radius | float (s) | ≥0 | 180 | Search radius in travel time seconds |
| repeat | float (s) | ≥0 | 60 | When to trigger a new search if no station has been found |
| maxChargePower | float (W) | ≥0 | 100000 | The maximum charging speed of the vehicle battery |
| chargeType | enum | {charging} | charging | Type of energy transfer (not used at the moment) |
| waitForCharge | float (s) | ≥0 | 600 | After this waiting time vehicle searches for a new station when the initial one is blocked |
| saturatedChargeLevel | float | [0;100] | 80 | Target state of charge after which the vehicle stops charging |
| needToChargeLevel | float | [0;100] | 40 | State of charge the vehicle begins searching for charging stations |
| Parameter | Type | Range | Default | Description |
| --------------------- | ---------------- | ------------------- | ---------------- | ----------------------------------------------------------------------------------- |
| rescueTime | float (s) | ≥0 | 1800 | Time to wait for a rescue vehicle on the road side when the battery is empty |
| rescueAction | enum | {remove;tow;none} | remove | What to do with vehicles in rescue mode: `remove` remove immediately from the simulation, `tow` teleport to a charging station after waiting or do nothing using `none` |
| reserveFactor | float | ≥1 | 1.1 | Scale battery need with this factor to account for unexpected traffic situations |
| emptyThreshold | float | [0;100] | 5 | Battery percentage to go into rescue mode |
| radius | float (s) | ≥0 | 180 | Search radius in travel time seconds |
| repeat | float (s) | ≥0 | 60 | When to trigger a new search if no station has been found |
| maxChargePower | float (W) | ≥0 | 100000 | The maximum charging speed of the vehicle battery |
| chargeType | enum | {charging} | charging | Type of energy transfer (not used at the moment) |
| waitForCharge | float (s) | ≥0 | 600 | After this waiting time vehicle searches for a new station when the initial one is blocked |
| saturatedChargeLevel | float | [0;100] | 80 | Target state of charge after which the vehicle stops charging |
| needToChargeLevel | float | [0;100] | 40 | State of charge the vehicle begins searching for charging stations |

0 comments on commit 4b2440c

Please sign in to comment.