Click or drag to resize

PCBInspectionRecipe Class

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.
Inheritance Hierarchy
SystemObject
  CFX.StructuresRecipe
    CFX.Structures.PCBInspectionPCBInspectionRecipe

Namespace: CFX.Structures.PCBInspection
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class PCBInspectionRecipe : Recipe

The PCBInspectionRecipe type exposes the following members.

Constructors
 NameDescription
Public methodPCBInspectionRecipe Default Constructor.
Top
Properties
 NameDescription
Public propertyPanel A data structure representing the PCB panel that is to be inspected. This could be a single PCB, an panel with multiple PCBs, or even a structure of PCBs containing sub-PCBs.
Top
See Also