| |
- getContextSubscriptionResults(junctionID=None)
- getIDList()
- getIDList() -> list(string)
Returns a list of all junctions in the network.
- getPosition(junctionID)
- getPosition(string) -> (double, double)
Returns the coordinates of the center of the junction.
- getSubscriptionResults(junctionID=None)
- getSubscriptionResults(string) -> dict(integer: <value_type>)
Returns the subscription results for the last time step and the given junction.
If no junction id is given, all subscription results are returned in a dict.
If the junction id is unknown or the subscription did for any reason return no data,
'None' is returned.
It is not possible to retrieve older subscription results than the ones
from the last time step.
- subscribe(junctionID, varIDs=(66,), begin=0, end=2147483647L)
- subscribe(string, list(integer), double, double) -> None
Subscribe to one or more junction values for the given interval.
A call to this method clears all previous subscription results.
- subscribeContext(junctionID, domain, dist, varIDs=(66,), begin=0, end=2147483647L)
|