#include <TrimRangeTestResult.h>
Public Member Functions | |
ChipTrim () throw () | |
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 58 of file TrimRangeTestResult.h.
|
Definition at line 60 of file TrimRangeTestResult.h. |
|
pointer to the trims of each channel
Definition at line 62 of file TrimRangeTestResult.h. |
|
the trim range with which this trim was produced
Definition at line 66 of file TrimRangeTestResult.h. |
|
the trim target with which this trim was produced
Definition at line 64 of file TrimRangeTestResult.h. |