PyPTAdjustmentPlugin.MacroPTAdjustmentScenarioOutputData

class MacroPTAdjustmentScenarioOutputData

The MacroPTAdjustmentScenarioOutputData class

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__()
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

generateSkims()
Return type:

bool

getActivatePathStatistics()
Return type:

bool

Returns true if the path statistics are activated to be gathered and false otherwise

getGroupStatistics()
Return type:

bool

Returns true if the data related to groups will be calculated and false otherwise

getPathAssignmentFolderName()
Return type:

str

Returns the file that stores the current User-defined shortest path assignment results

getPathAssignmentPrefixName()
Return type:

str

Returns the prefix file that stores the current User-defined shortest path assignment results

getPathAssignmentResultsFileName(experiment)
Parameters:

experimentGKGenericExperiment

Return type:

str

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:

iProblemNetGKProblemNet

storePathStatisticsEnabled()
Return type:

bool

Returns true if the path statistics are activated to be stored in a paths file and false otherwise

storeStatisticsEnabled()
Return type:

bool

Returns true if the data related to sections and turnings is set to be stored and false otherwise