Simulation/GenericParameters
generated on 2015-09-02 00:02:07.856738 from the wiki page for Simulation/GenericParameters for SUMO 0.24.0
The following objects support the definition of custom parameters in their XML definitions:
- Edge
- Lane
- Person
- Vehicle
- VehicleType
- PoI
- Polygon
- Route
- TrafficLight
Parameters support the following functionality
- reading and writing via TraCI.
- customizing the functionality of actuated traffic lights
- setting up devices on a per-vehicle basis
Parameters are always defined as child elements of the respective object:
<vehicle id="v0" route="route0" depart="0">
<param key="answer to everything" value="42"/>
</vehicle>
This page was last modified on 6 February 2015, at 16:19.