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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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