Simulation/GenericParameters

generated on 2017-05-02 00:27:05.427998 from the wiki page for Simulation/GenericParameters for SUMO 0.30.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

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 12 October 2016, at 10:21.