.path_configuration
Traditional static traffic assignment property
Description
The .path_configuration property allows you to configure the options regarding traffic assignment outputs specific to paths.
PLANit activates the path Configuration instance when accessing this property in case you did not explicitly activate it yourself via
.activate(OutputType.PATH
Return type
Path Output Configuration implementation
Example 1
from planit import *
# prep
planit_instance = Planit()
planit_instance.project.set(TrafficAssignment.TRADITIONAL_STATIC)
#
# <other configuration>
#
# configure something on the path configuration instance
# note, path output is implicitly activated in this case
planit_instance.project.path_configuration.<call method>
#
# <other configuration>
#
See also
Output Configuration landing page for all types of output configuration, including sub-types
Source code
Class AssignmentWrapper
in projectwrappers.py
Last modified January 1, 0001