Click or drag to resize

Symptom Class

Represents a test failure that was discovered while testing a production unit or material (Item). A symptom does not represent the root cause of a problem. It may be that a single root cause (Defect) is responsible for multiple test failures.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class Symptom : TrackedDataItem

The Symptom type exposes the following members.

Constructors
  NameDescription
Public methodSymptom
Initializes a new instance of the Symptom class
Top
Properties
  NameDescription
Public propertyCategory
A user-defined classification of the symptom.
Public propertyComment
Free form notes related to this symptom.
Public propertyComputerName
The domain name of the computer where the symptom was discovered or otherwise acted upon.
Public propertyConnection
For electronic printed circuit board (PCB) type assemblies, the connection number of the component pin associated with this symptom.
Public propertyDescription
A human-friendly summary of the nature of the symptom.
Public propertyMeasurements
A list of the Measurements that were taken which produced this symptom.
Public propertyPartNumber
The internal part number (InternalPart) of the part or component that is associated with this symptom.
Public propertyReferenceDesignator
For electronic printed circuit board (PCB) type assemblies, the location designator of the component associated with this symptom.
Public propertyStatus
An enumerated value describing the current disposition or status of the symptom.
Public propertySymptomCode
A user-defined code representing the nature of the issue.
Top
See Also