PyMacroModelPlugin.MacroExperimentOutputData

class MacroExperimentOutputData

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

Detailed Description

The output generated by a macro experiment.

__init__()
clearSkimMatrices()
getMaxPaths()
Return type:

int

getOutputPathAssignment()
Return type:

GKPathAssignment

getOutputPathAssignmentSubset()
Return type:

GKPathAssignment

getSkimMatrices()
Return type:

.list of GKODMatrix

Get the generated skim matrices

getStorePaths()
Return type:

bool

getStoreSubset()
Return type:

bool

setMaxPaths(maxPaths)
Parameters:

maxPaths – int

setOutputPathAssignment(aPathAssignment)
Parameters:

aPathAssignmentGKPathAssignment

setOutputPathAssignmentSubset(aPathAssignment)
Parameters:

aPathAssignmentGKPathAssignment

setSkimMatrices(iMatrices)
Parameters:

iMatrices – .list of GKODMatrix

setStorePaths(storePaths)
Parameters:

storePaths – bool

setStoreSubset(storeSubset)
Parameters:

storeSubset – bool