Click or drag to resize

SMTPlacementFault Class

[This is preliminary documentation and is subject to change.]

A specific type of fault that is produced by endpoints responsible for the picking and placing of SMD components
Inheritance Hierarchy
SystemObject
  CFX.StructuresFault
    CFX.Structures.SMTPlacementSMTPlacementFault

Namespace:  CFX.Structures.SMTPlacement
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class SMTPlacementFault : Fault

The SMTPlacementFault type exposes the following members.

Properties
  NameDescription
Public propertyDesignator
Identifies the specific component the placer was trying to place when the fault occurred (where applicable)
Public propertyMaterialLocation
The material carrier location related to this fault (where applicable)
Public propertyNozzle
The placement nozzle related to this fault (where applicable)
Public propertyPlacementFaultType
The specific type of SMT placement fault
Public propertyProgramStep
An integer representing the step in the program/recipe that was being executed when the fault occurred (where applicable)
Top
See Also