PyANGKernel.NSPForest¶
- class NSPForest¶
-
Synopsis¶
Methods¶
def
__init__()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
this class provides all the assignment paths and information about the paths
- __init__(model, t)¶
- Parameters:
model –
GKModelt –
ForestType
coonstructor with simulation type
Return true if the intervals are for the same day
Get number intervals used for the path statistics
Get the number of iterations.
Get the number of alternative paths.
Gets the route choice cycle.
Gets the total warm-up period.
Get the number of warm-up intervals.
- setNumberIterations(value)¶
- Parameters:
value – int
Set the number of iterations.
- setNumberPathsAlternatives(vehType, value)¶
- Parameters:
vehType – int
value – int
Set the number of alternative paths. If vehType is -1 then set the value for all vehicle types in this forest.
- setRouteChoiceCycle(value)¶
- Parameters:
value – float
Sets the route choice cycle.
- setUsageAnalysis(value)¶
- Parameters:
value – bool
Set the usage of this apa to be used for analysis or not
- setWarmUpPeriod(value)¶
- Parameters:
value – float
Sets the total warm-up period.
- setWarmupIntervals(n)¶
- Parameters:
n – int
Set the number of warm-up intervals.