Click or drag to resize

ReflowReadingType Enumeration

An enumeration indicating the type of a setpoint within a particular area of a reflow zone.

Namespace: CFX.Structures.SolderReflow
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public enum ReflowReadingType
Members
Member nameValueDescription
Temperature0 The reading a temperature reading, expressed in degrees Celcius (C).
O21 The reading is an oxygen reading, expressed in parts per million (ppm).
Power2 The reading is an power reading, expressed in watts (W).
PowerLevel3 The reading is an power level reading, expressed as a percentage from 0.0 to 100.0 (%).
Vacuum4 The reading is a vacuum reading, expressed in Pascals (Pa).
VacuumHoldTime5 The reading is a vacuum reading, expressed in seconds (s).
ConvectionRate6 A measure of the amount of relative convection, expressed in Pascals (Pa).
HoldTime7

** NOTE: ADDED in CFX 2.1 **

Hold Time, expressed in seconds (s).
See Also