LPW Wafer Map Library, provides classes fro the wafer map synthesis, sorting, de/serialization and realtime display. More...
Data Structures | |
interface | ILDie |
This interface holds a single die and is used to access its properties. More... | |
interface | ILWaferMap |
This interface represent the wafer map, provide functionalities of the wafer map synthesize, serialization, display, die accessing and counting. More... | |
interface | ILWaferProps |
This interface holds the device information of the wafer. More... | |
interface | ILWaferSorter |
This interface provide functionalities of the wafer map sorting. More... | |
class | LDie |
class | LWaferMap |
class | LWaferProps |
class | LWaferSorter |
Enumerations | |
enum | LPWBinQuality { LPWBinNull = 0 , LPWBinRef = 1 , LPWBinMirror = 2 , LPWBinUgly = 3 , LPWBinEdge = 4 , LPWBinFail = 5 , LPWBinPass = 6 , LPWBinFirst = 7 , LPWBinSkip = 8 , LPWBinUnknown = 9 } |
This enumeration represents the quality of the bin. Binning is the process of assigning a bin code to each device on the wafer. More... | |
enum | LPWWaferMapDrawFlags { LPWWaferMapDrawWafer = 0x01 , LPWWaferMapDrawBin = 0x02 , LPWWaferMapDrawStreet = 0x04 , LPWWaferMapDrawSelected = 0x08 , LPWWaferMapDrawData = 0x10 , LPWWaferMapDrawDataHeatMap = 0x20 , LPWWaferMapDrawDefault = LPWWaferMapDrawBin + LPWWaferMapDrawStreet + LPWWaferMapDrawSelected , LPWWaferMapDrawAll = 0xff } |
This enumeration represents the flags to control the wafer map' drawing behavior. More... | |
LPW Wafer Map Library, provides classes fro the wafer map synthesis, sorting, de/serialization and realtime display.
To include the definitions of the library's classes, use the following directive:
enum LPWBinQuality |
This enumeration represents the quality of the bin. Binning is the process of assigning a bin code to each device on the wafer.
enum LPWWaferMapDrawFlags |
This enumeration represents the flags to control the wafer map' drawing behavior.