PyPTAdjustmentPlugin.MacroPTAdjustmentExperiment

class MacroPTAdjustmentExperiment

The MacroPTAdjustmentExperiment class

Inheritance diagram of PyPTAdjustmentPlugin.MacroPTAdjustmentExperiment

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__()
execute(taskId)
Parameters:

taskId – str

Return type:

bool

getDeviationType()
Return type:

MatrixDeviationValueType

getMatrixDeviation(userClass)
Parameters:

userClassGKUserClass

Return type:

GKODMatrix

getMatrixDeviations()
Return type:

Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

getResults()
Return type:

MacroPTAdjustmentResult

getSimulating()
Return type:

bool

gradientSteps()
Return type:

int

matrixElasticity()
Return type:

Dictionary with keys of type .GKUserClass and values of type double.

numIterations()
Return type:

int

setDeviationType(iType)
Parameters:

iTypeMatrixDeviationValueType

setGradientSteps(steps)
Parameters:

steps – int

setMatrixDeviations(MatrixDeviations)
Parameters:

MatrixDeviations – Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

setMatrixElasticity(iElasticities)
Parameters:

iElasticities – Dictionary with keys of type .GKUserClass and values of type double.

setNumIterations(iterations)
Parameters:

iterations – int

setSimulating(_simulating)
Parameters:

_simulating – bool