Click or drag to resize

Component Class

A component as a resistor, capacitor, IC, ... Typically has (two or more) pins (as its "children").
Inheritance Hierarchy

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

The Component type exposes the following members.

Constructors
 NameDescription
Public methodComponent 
Top
Properties
 NameDescription
Public propertyGroup Group of component classification like "Capacitor", "Resistor", "DPAK".
Public propertyIsDefect Checks if this component (or one of its pins) is defect.
(Overrides InspectionObjectIsDefect)
Public propertyPartNumber The internal part number of the designated component.
Public propertyPins List of Pins of this component.
Public propertyType Component type, e.g. "C1206", "R1206", "TO252AA".
Top
See Also