Overrides default operating point behaviors. unset - ignore this. use defaults specifiedHead - same as default behavior. Use exact head / flow pairs as specied. Reported data for each point is calcuated along the pump's design curve. designCurve - Ignores all specified head values (0 or otherwise) and calculates a head for each flow that intersects the pump's design curve. systemCurve - Ignores all specified head values (0 or otherwise and calculates a head for each flow that intersects the pump's system resistance curve. specifiedHead_speedAdjustCalc - Same as specifiedHead except that reported data for each point is calculated by speed-adjusting the design curve so that it passes through each operating point. systemCurve_speedAdjustCalc - except that reported data for each point is calculated by speed-adjusting the design curve so that it passes through each operating point.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum oppoint_head_from
Visual Basic
Public Enumeration oppoint_head_from
Visual C++
public enum class oppoint_head_from

Members

Member nameDescription
unset
specifiedHead
designCurve
systemCurve
specifiedHead_speedAdjustCalc
systemCurve_speedAdjustCalc

See Also