TraCI/Junction Value Retrieval
generated on 2015-09-02 00:02:07.984284 from the wiki page for TraCI/Junction_Value_Retrieval for SUMO 0.24.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] |
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 13 July 2011, at 16:02.