CFX.Structures.PCBInspection Namespace |
Data structures related to Inspection of Printed Circuit Boards (PCB's)
Classes | Class | Description |
---|
 | Board |
A board typically is part of a (multi-)panel and may contain fiducials, components
(an even sub-boards).
It is an inspection object itself, too (with features on its own).
|
 | Component |
A component as a resistor, capacitor, IC, ...
Typically has (two or more) pins (as its "children").
|
 | Feature |
A feature/charcteristic/property/attribute (of a panel, board, componemnt, etc.) to check.
|
 | FeatureFloatValue |
Representation of a float value.
|
 | FeatureIntValue |
Representation of an integer value.
|
 | FeatureStringValue |
Representation of a string value.
|
 | FeatureValue |
It is cleaner to have several subclasses with specific value type (float and int in
addition to string).
|
 | Fiducial |
Fiducial mark for justification (position and orientation) of panels/boards.
|
 | GeometricObject |
The geometry of a component (board, resistor, capacitor, pin, ...).
|
 | InspectionObject |
Representing a physical object (panel, board, component, fiducial, pin) with features to check
during inspection.
|
 | OffsetMeasurement |
Describes the results of measurements that were made on the position of a specific PCB component.
|
 | Panel |
The root element for the CFX recipe export.
|
 | PCBInspectionRecipe |
Represents a specialized type of recipe that is used to drive the inspection of
a Printed Circuit Board (PCB) by a piece of inspection equipment (such as an AOI or SPI machine),
or by a human inspector.
|
 | Pin |
The pins of a component (typically two on resistors, many more on ICs).
|