Path Output Property Support
Output properties that can be activated for the output type: Path.
Some output properties are not only contingent on the output type but on the combination of output type and PLANit traffic assignment component, such as, for example, the type of traffic assignment. For those specialised output properties, we direct the reader to the appropriate page of the PLANit component where these properties are listed.
We list the supported output properties for Path ordered by their priority (id, input, output).
The Output property column lists the enum that is used to uniquely identify the property, whether it be in Java or Python.
ID_PRIORITY
Output Property | Description | Type | Unit |
---|---|---|---|
DESTINATION_ZONE_ID |
Destination zone id (internal) | long |
None |
DESTINATION_ZONE_EXTERNAL_ID |
Destination zone id (input) | long |
None |
ITERATION_INDEX |
Iteration index of simulation | integer |
None |
ORIGIN_ZONE_ID |
Origin zone id (internal) | long |
None |
ORIGIN_ZONE_EXTERNAL_ID |
Origin zone id (input) | long |
None |
MODE_ID |
Mode id (internal) | long |
None |
MODE_EXTERNAL_ID |
Mode id (input) | long |
None |
PATH_ID |
Path id (internal) | long |
None |
RUN_ID |
simulation run id | long |
None |
TIME_PERIOD_ID |
time period id (internal) | long |
None |
TIME_PERIOD_EXTERNAL_ID |
time period id (input) | long |
None |
INPUT_PRIORITY Fields
There are no output properties supported of this type.
OUTPUT_PRIORITY Fields
Output Property | Description | Type | Unit |
---|---|---|---|
PATH_STRING |
The path represented in CSV format | OutputType.PATH |
string |
Last modified June 10, 2020: - updated documentation for newly added output properties: path_id, and maximum_density (3e90f8a)