Click or drag to resize

SMDTrayPackagingInfo Class

** NOTE: ADDED in CFX 2.0 **

Describes the packaging infos of an SMD tape
Inheritance Hierarchy
SystemObject
  CFX.StructuresPackagingInfo
    CFX.Structures.SMTPlacementSMDTrayPackagingInfo

Namespace: CFX.Structures.SMTPlacement
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class SMDTrayPackagingInfo : PackagingInfo

The SMDTrayPackagingInfo type exposes the following members.

Constructors
 NameDescription
Public methodSMDTrayPackagingInfo 
Top
Properties
 NameDescription
Public propertyCellCountX The number of cells in the x axis in this tray
Public propertyCellCountY The number of cells in the y axis in this tray
Public propertyCellDimensionX The x dimension of each cell in the tray
Public propertyCellDimensionY The y dimension of each cell in the tray
Public propertyCellPitchX The x offset between adjacent cells in the tray
Public propertyCellPitchY The y offset between adjacent cells in the tray
Top
See Also