PyPTAdjustmentPlugin.MacroPTAdjustmentExperiment¶
- class MacroPTAdjustmentExperiment¶
The
MacroPTAdjustmentExperimentclassSynopsis¶
Methods¶
def
__init__()def
execute()def
getResults()def
getSimulating()def
gradientSteps()def
numIterations()def
setSimulating()
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__()¶
- getDeviationType()¶
- Return type:
- getMatrixDeviation(userClass)¶
- Parameters:
userClass –
GKUserClass- Return type:
GKODMatrix
- getMatrixDeviations()¶
- Return type:
Dictionary with keys of type .GKUserClass and values of type GKODMatrix.
- getResults()¶
- Return type:
- matrixElasticity()¶
- Return type:
Dictionary with keys of type .GKUserClass and values of type double.
- setDeviationType(iType)¶
- Parameters:
iType –
MatrixDeviationValueType
- 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