ComponentVisionAnalysisTestType Enumeration |
** NOTE: ADDED in CFX 2.1 **
Describe the type of a vision analysis test
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum ComponentVisionAnalysisTestType
Public Enumeration ComponentVisionAnalysisTestType
Members| Member name | Value | Description |
|---|
| Unkwnown | 0 |
Unknown vision test type
|
| BeforePickup | 1 |
Vision test of the component before the pickup
|
| AfterPickup | 2 |
Vision test of the component after the pickup
|
| AfterElectricalTest | 3 |
Vision test of the component after the electrical test
|
See Also