PyANGKernel.NSPForest

class NSPForest

Inheritance diagram of PyANGKernel.NSPForest

Synopsis

Methods

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:

coonstructor with simulation type

allIntervalForSameDay()
Return type:

bool

Return true if the intervals are for the same day

getNumberIntervalStats()
Return type:

int

Get number intervals used for the path statistics

getNumberIterations()
Return type:

int

Get the number of iterations.

getNumberPahtsAlternatives(vehType)
Parameters:

vehType – int

Return type:

int

Get the number of alternative paths.

getRouteChoiceCycle()
Return type:

float

Gets the route choice cycle.

getWarmUpPeriod()
Return type:

float

Gets the total warm-up period.

getWarmupIntervals()
Return type:

int

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.