TraCI/Route Value Retrieval
generated on 2017-12-19 09:15:32.134995 from the wiki page for TraCI/Route_Value_Retrieval for SUMO 0.32.0
Command 0xa6: Get Route Variable
| ubyte | string |
| Variable | Route ID |
|---|
Asks for the value of a certain variable of the named route.
The following variable values can be retrieved, the type of the return value is also shown in the table.
| Variable | ValueType | Description | Python Method |
|---|---|---|---|
| id list (0x00) | stringList | Returns a list of ids of all currently loaded routes (the given route ID is ignored) | getIDList |
| count (0x01) | int | Returns the number of currently loaded routes (the given route ID is ignored) | getIDCount |
| edges (0x54) | stringList | Returns the ids of the edges this route covers | getEdges |
Response 0xb6: Route Variable
| ubyte | string | ubyte | <return_type> |
| Variable | Induction Loop ID | Return type of the variable | <VARIABLE_VALUE> |
|---|
The respond to a "Command Get Route Variable".
This page was last modified on 17 January 2017, at 01:48.