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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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 propertyTesterFirmwareVersion

** NOTE: ADDED in CFX 2.1 **

Firmware version of the electrical tester
Public propertyTesterModelNumber

** NOTE: ADDED in CFX 2.1 **

Model number of the electrical tester
Public propertyTesterSerialNumber Serial number of the electrical tester
Public propertyTesterVendor

** NOTE: ADDED in CFX 2.1 **

Vendor 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