PyMacroAdjustmentPlugin.MacroDepartureAdjustmentExperiment

class MacroDepartureAdjustmentExperiment

Static OD departure adjustment experiment

Inheritance diagram of PyMacroAdjustmentPlugin.MacroDepartureAdjustmentExperiment

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

__init__()
getBoundsReferenceDemand()
Return type:

GKTrafficDemand

getDeviationType()
Return type:

MatrixDeviationValueType

getElasticityReferenceDemand()
Return type:

GKTrafficDemand

getMatrixBounds()
Return type:

Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

getMatrixWeight()
Return type:

Dictionary with keys of type .GKUserClass and values of type double.

getNumIterations()
Return type:

int

getOutput()
Return type:

MacroDepartureAdjustmentOutput

readOutput(iFileName)
Parameters:

iFileName – str

Return type:

bool

setBoundsReferenceDemand(demand)
Parameters:

demandGKTrafficDemand

setDeviationType(iType)
Parameters:

iTypeMatrixDeviationValueType

setElasticityReferenceDemand(demand)
Parameters:

demandGKTrafficDemand

setMatrixBounds(iBounds)
Parameters:

iBounds – Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

setMatrixWeight(iWeights)
Parameters:

iWeights – Dictionary with keys of type .GKUserClass and values of type double.

setNumIterations(aValue)
Parameters:

aValue – int

setOutput(iOutput)
Parameters:

iOutputMacroDepartureAdjustmentOutput