Click or drag to resize

ReflowSetpointType 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 ReflowSetpointType
Members
Member nameValueDescription
Temperature0 The setpoint is a temperature setpoint, expressed in degrees celcius (C).
O21 The setpoint is an oxygen setpoint, expressed in parts per million (PPM).
Vacuum2 The setpoint is a vacuum setpoint, expressed in Pascals (Pa).
VacuumHoldTime3 The setpoint is a vacuum setpoint, expressed in seconds (s).
See Also