Click or drag to resize

Symptom Class

Describes a situation where a problem is identified via one or more failed tests. A symptom does not identify the actual cause of the failure(s), only that there is a problem that needs to be investigated.
Inheritance Hierarchy
SystemObject
  CFX.StructuresSymptom

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

The Symptom type exposes the following members.

Constructors
 NameDescription
Public methodSymptom Default constructor
Top
Properties
 NameDescription
Public propertyComments Optional comments from the tester who discovered this symptom
Public propertyComponentsOfInterest A list of the components or specific component pins related to this symptom (if known)
Public propertyDescription A human friendly description of the symptom
Public propertyPriority The priority of this symptom as compared to other symptom discovered for this unit. A priority of 1 indicates the highest priority.
Public propertyRegionOfInterest An optional location or area on the production unit where the symptom is located (for cases where there is no specific components that can be definitively related).
Public propertyRelatedMeasurements A list of measurements that were taken which caused this symptom to be created
Public propertyStatus

** NOTE: ADDED in CFX 1.4 **

An enumeration describing the current status of the symptom as it progresses through it's lifecycle.
Public propertySymptomCategory An optional symptom category for this particular type of symptom
Public propertySymptomCode A code identifying the type of symptom
Public propertyUniqueIdentifier A unique identifier for this particular symptom instance (new and unique each time a new symptom is discovered).
Top
See Also