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: 1.7.3
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