Click or drag to resize

InspectionStep Class

** NOTE: ADDED in CFX 1.3 **

An inspection step is one step of an inspection. Each inspection step is associated with a measurements result.
Inheritance Hierarchy
SystemObject
  CFX.Structures.SolderPasteInspectionInspectionStep

Namespace: CFX.Structures.SolderPasteInspection
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class InspectionStep

The InspectionStep type exposes the following members.

Constructors
 NameDescription
Public methodInspectionStep 
Top
Properties
 NameDescription
Public propertyName Optional: name of the inspection step E.g.: This could be the name of the algorithm to be applied to perform the inspection step
Public propertySequence Uniquely identifies the Inspection step for this Inspection Object
Public propertyTargetValue the target values for the related measurement In case of a SPI the InspectionMeasurementTarget would be used to provide the expected values
Top
See Also