#include <StrobeDelayAlgorithm.h>
Inheritance diagram for SctAnalysis::StrobeDelayAlgorithm:
Public Member Functions | |
virtual void | analyze () |
finds the optimum - a fractions of the way from the mid-rise to the mid-fall of the function. | |
virtual void | loadData () |
Called to indicate the algorithm should try and load as much data as it can - perhaps by calling loadAllFits or loadAllRaws(). | |
virtual bool | canAnalyze () const |
Should check to see if the analysis can be performed. | |
virtual shared_ptr< SctData::TestResult > | createTestResult () const |
Called if the TestResult needs to be created. | |
virtual boost::shared_ptr< AnalysisAlgorithm > | clone (shared_ptr< const TestData > testData, const string &moduleName) const throw () |
Must be overridden by sub-classes. | |
StrobeDelayAlgorithm (shared_ptr< const TestData > testData, const string &moduleName, const AnalysisAlgorithm &alg) throw () | |
constructor | |
virtual | ~StrobeDelayAlgorithm () throw () |
destructor | |
Private Member Functions | |
StrobeDelayAlgorithm () | |
Static Private Attributes | |
static bool | inMap |
Uses a single FitScanResult to find the optimum value of the strobe delay.
Definition at line 15 of file StrobeDelayAlgorithm.h.
|
constructor
Definition at line 29 of file StrobeDelayAlgorithm.h. |
|
destructor
Definition at line 33 of file StrobeDelayAlgorithm.h. |
|
finds the optimum - a fractions of the way from the mid-rise to the mid-fall of the function.
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 36 of file StrobeDelayAlgorithm.cpp. References SctData::TestResult::addComment(), SctData::DefectList::addDefect(), SctData::DefectList::defectSeverityAffectingElement(), SctData::TestResult::getDefects(), SctAnalysis::AnalysisAlgorithm::getFit(), SctData::FitObject::getParameter(), SctAnalysis::AnalysisAlgorithm::getTestResult(), Sct::nChipModule, SctData::SERIOUS, SctData::SingleVariableTestResult::setNOptima(), SctData::SingleVariableTestResult::setOptimum(), and SctData::TestResult::setScanVariable(). Here is the call graph for this function: ![]() |
|
Should check to see if the analysis can be performed. Probably wants to call hasAllRaws() or hasAllFits().
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 32 of file StrobeDelayAlgorithm.cpp. References SctAnalysis::AnalysisAlgorithm::hasAllFits(). Here is the call graph for this function: ![]() |
|
Must be overridden by sub-classes. Returns a shared pointer to a concrete AnalysisAlgorithm of the correct type. Primarily used by the map to get an AnalysisAlgorithm of the correct type. Implements SctAnalysis::AnalysisAlgorithm. Definition at line 20 of file StrobeDelayAlgorithm.cpp. |
|
Called if the TestResult needs to be created.
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 24 of file StrobeDelayAlgorithm.cpp. |
|
Called to indicate the algorithm should try and load as much data as it can - perhaps by calling loadAllFits or loadAllRaws(). This is guarenteed to be called shortly before analyze(). Implements SctAnalysis::AnalysisAlgorithm. Definition at line 28 of file StrobeDelayAlgorithm.cpp. References SctAnalysis::AnalysisAlgorithm::loadAllFits(). Here is the call graph for this function: ![]() |