Click or drag to resize

RejectionReason Enumeration

Rejection reason

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum RejectionReason
Members
Member nameValueDescription
Unknown0 Rejection reason is unknown
MechanicalError1 The component was not placed because of a mechanical error
ElectricalError2 The component was not placed because of an electrical error
SoftwareError3 The component was not placed because of a software error
ExternalDeviceError4 The component was not placed because of an error from an external device
BadElectricalTest5 The component was rejected because of a bad electrical test
ErrorAfterPickUp6 The component was rejected because of a generic error detected after pickup
BadVisionTestAfterPickup7 The component was rejected because of a bad vision test after pickup
BadPressureTestAfterPickup8 The component was rejected because of a bad pressure test after pickup
BadOpticalTestAfterPickup9 The component was rejected because of a bad optical test after pickup
ErrorAfterPlacement10 The component was rejected because of a wrong placement
BadVisionTestAfterPlacement11 The component was rejected because of a bad vision test after placement
BadPressureTestAfterPlacement12 The component was rejected because of a bad pressure test after placement
BadOpticalTestAfterPlacement13 The component was rejected because of a bad optical test after placement
BadVisionTestBeforePickup14

** NOTE: ADDED in CFX 1.4 **

The component was rejected because of a bad vision test before pickup
See Also