ReflowReadingType Enumeration |
An enumeration indicating the type of a setpoint within a particular area of a reflow zone.
Namespace: CFX.Structures.SolderReflowAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum ReflowReadingType
Public Enumeration ReflowReadingType
Members| Member name | Value | Description |
|---|
| Temperature | 0 |
The reading a temperature reading, expressed in degrees Celcius (C).
|
| O2 | 1 |
The reading is an oxygen reading, expressed in parts per million (ppm).
|
| Power | 2 |
The reading is an power reading, expressed in watts (W).
|
| PowerLevel | 3 |
The reading is an power level reading, expressed as a percentage from 0.0 to 100.0 (%).
|
| Vacuum | 4 |
The reading is a vacuum reading, expressed in Pascals (Pa).
|
| VacuumHoldTime | 5 |
The reading is a vacuum reading, expressed in seconds (s).
|
| ConvectionRate | 6 |
A measure of the amount of relative convection, expressed in Pascals (Pa).
|
| HoldTime | 7 | ** NOTE: ADDED in CFX 2.1 **
Hold Time, expressed in seconds (s).
|
See Also