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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum ReflowReadingType
Public Enumeration ReflowReadingType
MembersMember 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).
|
See Also