TraCI/Junction Value Retrieval
generated on 2016-11-01 01:15:33.432233 from the wiki page for TraCI/Junction_Value_Retrieval for SUMO 0.28.0
Command 0xa9: Get Junction Variable
| ubyte | string |
| Variable | Junction ID |
|---|
Asks for the value of a certain variable of the named junction.
The following variable values can be retrieved, the type of the return value is also shown in the table.
| Variable | ValueType | Description |
|---|---|---|
| id list (0x00) | stringList | Returns a list of ids of all junctions within the scenario (the given Junction ID is ignored) |
| count (0x01) | int | Returns the number of junctions within the scenario (the given Junction ID is ignored) |
| position (0x42) | position | Returns the position of the named junction [m,m] |
| shape (0x4e) | 2D-polygon | Returns the shape (list of 2D-positions) of the named junction |
Response 0xb9: Junction Variable
| ubyte | string | ubyte | <return_type> |
| Variable | Junction ID | Return type of the variable | <VARIABLE_VALUE> |
|---|
The respond to a "Command Get Junction Variable".
This page was last modified on 22 August 2016, at 15:09.