Click or drag to resize

ComponentElectricalTest Class

Describes details on an electrical test of a component
Inheritance Hierarchy
SystemObject
  CFX.StructuresComponentElectricalTest
    CFX.StructuresBadElectricalTestRejectionDetails

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

The ComponentElectricalTest type exposes the following members.

Constructors
 NameDescription
Public methodComponentElectricalTest Constructor
Top
Properties
 NameDescription
Public propertyExpectedValue Electrical expected value
Public propertyFrequency Frequency used for the measure (Hertz)
Public propertyMeasuredValue Electrical measured value
Public propertyResult Result of the electrical test (true if OK)
Public propertyTesterSerialNumber Serial number of the electrical tester
Public propertyToleranceMax Maximum electrical measure tolerance
Public propertyToleranceMin Minimum electrical measure tolerance
Public propertyUnit Unit used for the Expected value, the Mesasured value, and the Tolerances
Top
See Also