Click or drag to resize

SMTPlacementConstraints Class

Describes the placement constraints / capabilities of an SMT Placement Machine
Inheritance Hierarchy
SystemObject
  CFX.Structures.SMTPlacementSMTPlacementConstraints

Namespace: CFX.Structures.SMTPlacement
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class SMTPlacementConstraints

The SMTPlacementConstraints type exposes the following members.

Constructors
 NameDescription
Public methodSMTPlacementConstraints 
Top
Properties
 NameDescription
Public propertyMaximumComponentBodySizeX The maximum body size in the X dimension that a component may be in order to be placed.
Public propertyMaximumComponentBodySizeY The maximum body size in the Y dimension that a component may be in order to be placed.
Public propertyMaximumComponentHeight The maximum height that a component may be in order to be placed.
Public propertyMaximumMountingPressure The minimum amount of pressure that will be exerted on components during placement, expressed in kPa
Public propertyMinimumBGAPitch The minimum ball pitch that a BGA type component must have in order to be placed.
Public propertyMinimumLeadWidth The minimum lead width that a component must have in order to be placed.
Public propertyMinimumMountingPressure The minimum amount of pressure that will be exerted on components during placement, expressed in kPa
Public propertyMinimumSOICPitch The minimum lead pitch that an SOIC type component must have in order to be placed.
Public propertyMinumumComponentBodySizeX The minimum body size in the X dimension that a component must be in order to be placed.
Public propertyMinumumComponentBodySizeY The minimum body size in the Y dimension that a component must be in order to be placed.
Public propertyMinumumComponentHeight The minimum height that a component must be in order to be placed.
Top
See Also