#include <TrimRangeTestResult.h>
Inheritance diagram for SctData::TrimRangeTestResult::ChipTrimData:
Public Member Functions | |
const Stats< double > | getOffsets () const throw () |
Get all values of p1, ie. | |
const Stats< double > | getSteps () const throw () |
Get all values of 1/p1, i.e. | |
void | addDefects (shared_ptr< DefectList > list) |
Add a list of defects so that serious ones can be ignored. | |
virtual string | getClassName () const throw () |
Get the class name for this object. | |
Data Fields | |
Stats< TrimData > | channelData |
shared_ptr< DefectList > | fitDefects |
module defect list |
Definition at line 98 of file TrimRangeTestResult.h.
|
Add a list of defects so that serious ones can be ignored.
Definition at line 108 of file TrimRangeTestResult.h. References fitDefects. |
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 36 of file TrimRangeTestResult.cpp. |
|
Get all values of p1, ie.
Definition at line 40 of file TrimRangeTestResult.cpp. References SctData::Stats< T >::getAt(), SctData::Stats< T >::modifyAt(), and SctData::Stats< T >::resize(). |
Here is the call graph for this function:
|
Get all values of 1/p1, i.e. the mV step from changing trim by one unit Definition at line 52 of file TrimRangeTestResult.cpp. References SctData::Stats< T >::getAt(), SctData::Stats< T >::modifyAt(), and SctData::Stats< T >::resize(). |
Here is the call graph for this function:
|
module defect list
Definition at line 111 of file TrimRangeTestResult.h. Referenced by addDefects(). |