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: 1.7.3
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).
See Also