Click or drag to resize

SideLocation Enumeration

The Side location is giving an indication for the operator from which side in transport direction of the PCB unit the fault or error can be accessed and fixed.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public enum SideLocation
Members
Member nameValueDescription
Unknown0 c
Right1 Location of the occurrence of the fault is the rigfht side in transport direction of the PCB unit.
Left2 Location of the occurrence of the fault is the left side in transport direction of the PCB unit.
Both3 Location of the occurrence of the fault are both sides in transport direction of the PCB unit.
See Also