Click or drag to resize

InspectedUnit Class

Describes the results of a series of inspections performed on a single production unit.
Inheritance Hierarchy
SystemObject
  CFX.StructuresInspectedUnit

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class InspectedUnit

The InspectedUnit type exposes the following members.

Constructors
 NameDescription
Public methodInspectedUnit Default constructor
Top
Properties
 NameDescription
Public propertyInspections A list of the inspections performed, along with the results
Public propertyOverallResult The overall result of the inspections performed on this unit
Public propertyTotalInspectionCount

** NOTE: ADDED in CFX 1.4 **

The count of all the inspections performed. If The Inspections array includes both passed and failed inspections then this parameter would just be the length of that array. However if only failed inspections are included in the Inspections array then just the number of inspections performed (passing and failing) can be communicated here so that receiving system can calculate defect rates.
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyUnitPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard)
Public propertyVerification The overall result of the verification of the defect
Top
See Also