An enumeration representing the sides of a PCB to which electronic and mechanical components are mounted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration MountSide
public enum class MountSide
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
The mount side of the component is not known.
|
| Top | 1 |
The component is mounted to the top surface (B surface) of the PCB.
|
| Bottom | 2 |
The component is mounted to the bottom surface (A surface) of the PCB.
|
See Also