PyPTAdjustmentPlugin.MacroPTAdjustmentScenarioOutputData¶
- class MacroPTAdjustmentScenarioOutputData¶
The
MacroPTAdjustmentScenarioOutputDataclassSynopsis¶
Methods¶
def
__init__()def
generateSkims()def
getProblemNet()def
setProblemNet()
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__()¶
- enableStorePathStatistics(value)¶
- Parameters:
value – bool
Sets whether the path statistics will be stored in a paths file
- enableStoreStatistics(value)¶
- Parameters:
value – bool
Sets whether the data related to sections and turnings will be stored in a database or not
Returns true if the path statistics are activated to be gathered and false otherwise
Returns true if the data related to groups will be calculated and false otherwise
Returns the file that stores the current User-defined shortest path assignment results
Returns the prefix file that stores the current User-defined shortest path assignment results
- getPathAssignmentResultsFileName(experiment)¶
- Parameters:
experiment –
GKGenericExperiment- Return type:
Returns the file that stores the current User-defined shortest path assignment results
- getProblemNet()¶
- Return type:
GKProblemNet
- setActivatePathStatistics(value)¶
- Parameters:
value – bool
Sets whether the path statistics will be activated to be gathered
- setGenerateSkims(iValue)¶
- Parameters:
iValue – bool
- setGroupStatistics(value)¶
- Parameters:
value – bool
Sets whether the data related to groups will be calculated or not
- setPathAssignmentFolderName(file)¶
- Parameters:
file – str
Sets the folder file that stores the current path assignment results
- setPathAssignmentPrefixName(name)¶
- Parameters:
name – str
Sets the prefix file that stores the current path assignment results
- setProblemNet(iProblemNet)¶
- Parameters:
iProblemNet –
GKProblemNet
Returns true if the path statistics are activated to be stored in a paths file and false otherwise
Returns true if the data related to sections and turnings is set to be stored and false otherwise