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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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