PyANGKernel.GKRealDataSetRestorerOnline¶
- class GKRealDataSetRestorerOnline¶
Read flow data from two tables named AOPATTERNS and AOPATTERNVALUES
Details
the AOPATTERNS table columns are: id: pattern id start: start time in seconds duration: duration in seconds dataInterval: interval time in seconds
the AOPATTERNVALUES table columns are: id: pattern id sensor: detector external id type: it is always set to 2 (flow) mean: time series mean values high: time series upper bound values low: time series lower bound values
Synopsis¶
Methods¶
def
__init__()def
getAlphas()def
getDuration()def
getIdPattern()def
getInterval()def
getMaxMatrixId()def
getPatternIds()def
getStartTime()def
init()def
setDuration()def
setIdPattern()def
setInterval()def
setStartTime()
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__()¶
- createPatternDemand(iPatternId, iModel, iProblemNet, iCentroidConfiguration)¶
- Parameters:
iPatternId – int
iModel –
GKModeliProblemNet –
GKProblemNetiCentroidConfiguration –
GKCentroidConfiguration
- Return type:
- getAlphas(iExecutionId, nbAlphas)¶
- Parameters:
iExecutionId – int
nbAlphas – int
- Return type:
.list of double
- getDuration()¶
- Return type:
- getExecutionDetectorSections(iExecutionNr, iModel)¶
- getExecutionDetectors(iExecutionNr, iModel)¶
- getInterval()¶
- Return type:
- init()¶
- setDuration(value)¶
- Parameters:
value –
GKTimeDuration
- setIdPattern(value)¶
- Parameters:
value – int
- setInterval(value)¶
- Parameters:
value –
GKTimeDuration
- setPatternToRestore(idPattern)¶
- Parameters:
idPattern – int