Click or drag to resize

ComponentPressureTest Class

Describes details on a pressure test of a component
Inheritance Hierarchy
SystemObject
  CFX.StructuresComponentPressureTest
    CFX.StructuresBadPressureTestRejectionDetails

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

The ComponentPressureTest type exposes the following members.

Constructors
 NameDescription
Public methodComponentPressureTest Constructor
Top
Properties
 NameDescription
Public propertyExpectedValue Pressure expected value
Public propertyMeasuredValue Pressure measured value
Public propertyResult Result of the pressure test (true if OK)
Public propertyToleranceMax Maximum pressure measure tolerance
Public propertyToleranceMin Minimum pressure measure tolerance
Public propertyUnit Unit used for the Expected value, the Mesasured value, and the Tolerances
Top
See Also