RejectionReason Enumeration |
Rejection reason
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum RejectionReason
Public Enumeration RejectionReason
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
Rejection reason is unknown
|
| MechanicalError | 1 |
The component was not placed because of a mechanical error
|
| ElectricalError | 2 |
The component was not placed because of an electrical error
|
| SoftwareError | 3 |
The component was not placed because of a software error
|
| ExternalDeviceError | 4 |
The component was not placed because of an error from an external device
|
| BadElectricalTest | 5 |
The component was rejected because of a bad electrical test
|
| ErrorAfterPickUp | 6 |
The component was rejected because of a generic error detected after pickup
|
| BadVisionTestAfterPickup | 7 |
The component was rejected because of a bad vision test after pickup
|
| BadPressureTestAfterPickup | 8 |
The component was rejected because of a bad pressure test after pickup
|
| BadOpticalTestAfterPickup | 9 |
The component was rejected because of a bad optical test after pickup
|
| ErrorAfterPlacement | 10 |
The component was rejected because of a wrong placement
|
| BadVisionTestAfterPlacement | 11 |
The component was rejected because of a bad vision test after placement
|
| BadPressureTestAfterPlacement | 12 |
The component was rejected because of a bad pressure test after placement
|
| BadOpticalTestAfterPlacement | 13 |
The component was rejected because of a bad optical test after placement
|
| BadVisionTestBeforePickup | 14 | ** NOTE: ADDED in CFX 1.4 **
The component was rejected because of a bad vision test before pickup
|
See Also