Click or drag to resize

GenericStageData Class

** NOTE: ADDED in CFX 2.1 **

Represents the setpoints, readings, and parameters captured for a single stage of a multi-stage process. Used within the StageData list when equipment reports similar process information for each stage.
Inheritance Hierarchy
SystemObject
  CFX.Structures.GenericGenericStageData

Namespace: CFX.Structures.Generic
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class GenericStageData

The GenericStageData type exposes the following members.

Constructors
 NameDescription
Public methodGenericStageData Default constructor.
Top
Properties
 NameDescription
Public propertyParameters Other non-numerical named parameters that were captured during processing at this stage (communicated as name / string-value pairs).
Public propertyReadings The set of numeric readings that were measured during processing at this stage (for example, actual temperatures, pressures, or flow rates).
Public propertySetpoints The set of configured numeric setpoints that were active during processing at this stage (for example, zone temperature or fan speed setpoints).
Public propertyStage The stage of the equipment that this process data pertains to.
Top
See Also