Feature Properties |
The Feature type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsDefect | The feature is out of its allowed limits, so it is assumed to be a defect. But a defect detected during inspection may have been identified as a "false call" in verification or may have been repaired. |
![]() | IsDetectedDefect | The inspection has detected/classified this feature as defect. |
![]() | IsInspected | This feature was checked. (The inspection may have been skipped due to a defect detected earlier, so further time consuming inspections are pointless.) |
![]() | IsRepaired | The (eventual) defect was repaired successfully. |
![]() | IsVerified | This (usually defective) feature was verified (AKA "classified") by a human. |
![]() | IsVerifiedDefect | The verification (AKA "classification") by a human has confirmed a defect. |
![]() | Values | List of values (of varying types). |