PyMacroAdjustmentPlugin.MacroAdjustmentScenarioParams

class MacroAdjustmentScenarioParams

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__()
clearUserClassParams()
containsUserClassParams(user)
Parameters:

userGKUserClass

Return type:

bool

getCentroidGrouping()
Return type:

GKGroupingType

getCongestedSections()
Return type:

GKGroup

getDetectorCoverageThreshold()
Return type:

int

Note

This function is deprecated.

getDetectorGrouping()
Return type:

GKGroupingType

getStoragePath(iModel)
Parameters:

iModelGKModel

Return type:

str

getStoragePrefix()
Return type:

str

getUserClassParams(iUser)
Parameters:

iUserGKUserClass

Return type:

MacroAdjustmentScenarioUserClassParams

getUsers()
Return type:

.list of GKUserClass

getWeightFunction()
Return type:

GKFunctionCost

removeUserClassParams(user)
Parameters:

userGKUserClass

setCentroidGrouping(grouping)
Parameters:

groupingGKGroupingType

setCongestedSections(iGroup)
Parameters:

iGroupGKGroup

setDetectorGrouping(grouping)
Parameters:

groupingGKGroupingType

setTripMatrix(iMatrix)
Parameters:

iMatrixGKODMatrix

setTripMatrixCentroidGrouping(iGroup)
Parameters:

iGroupGKGroup

setTripMatrixReliability(iFactor)
Parameters:

iFactor – float

setUseMaxDeviationAbsValue(useFactor)
Parameters:

useFactor – bool

setUseMaxDeviationFactor(useFactor)
Parameters:

useFactor – bool

setUserClassParams(iUser, iParams)
Parameters:
setWeightFunction(function)
Parameters:

functionGKFunctionCost

storeOutput()
Return type:

bool

Note

This function is deprecated.

tripMatrix()
Return type:

GKODMatrix

tripMatrixCentroidGrouping()
Return type:

GKGroup

tripMatrixReliability()
Return type:

float

useMaxDeviationAbsValue()
Return type:

bool

useMaxDeviationFactor()
Return type:

bool