#include <TrimRangeTestResult.h>
Inheritance diagram for SctData::TrimRangeTestResult::ChipTrim:


Public Member Functions | |
| ChipTrim () throw () | |
| virtual string | getClassName () const throw () |
| Get the class name for this object. | |
Data Fields | |
| Stats< Trim > | channelTrim |
| pointer to the trims of each channel | |
| float | target |
| the trim target with which this trim was produced | |
| short | range |
| the trim range with which this trim was produced | |
Example usage :
ChipTrim.setting[iChannelInChip]=(Trim(3,140.), true)
Where 3 is the trim, 140. is the threshold, and true indicates that it can be trimmed.
Definition at line 59 of file TrimRangeTestResult.h.
|
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 32 of file TrimRangeTestResult.cpp. |
|
|
pointer to the trims of each channel
Definition at line 63 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResult_ChipTrimStreamer_v1::read(), and SctData::IO::TrimRangeTestResult_ChipTrimStreamer_v1::write(). |
|
|
the trim range with which this trim was produced
Definition at line 67 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResult_ChipTrimStreamer_v1::read(), and SctData::IO::TrimRangeTestResult_ChipTrimStreamer_v1::write(). |
|
|
the trim target with which this trim was produced
Definition at line 65 of file TrimRangeTestResult.h. Referenced by SctData::IO::TrimRangeTestResult_ChipTrimStreamer_v1::read(), and SctData::IO::TrimRangeTestResult_ChipTrimStreamer_v1::write(). |
1.4.6