PyMacroAdjustmentPlugin.MacroDepartureAdjustmentExperiment¶
- class MacroDepartureAdjustmentExperiment¶
Static OD departure adjustment experiment
Synopsis¶
Methods¶
def
__init__()def
getOutput()def
readOutput()def
setOutput()
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:
- 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.
- getOutput()¶
- Return type:
- setBoundsReferenceDemand(demand)¶
- Parameters:
demand –
GKTrafficDemand
- setDeviationType(iType)¶
- Parameters:
iType –
MatrixDeviationValueType
- setElasticityReferenceDemand(demand)¶
- Parameters:
demand –
GKTrafficDemand
- 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:
iOutput –
MacroDepartureAdjustmentOutput