Click or drag to resize

SMDTapeFeeder Class

Describes an SMT Tape feeder.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaterialCarrier
    CFX.Structures.SMTPlacementSMDTapeFeeder

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

The SMDTapeFeeder type exposes the following members.

Constructors
 NameDescription
Public methodSMDTapeFeeder Default constructor
Top
Properties
 NameDescription
Public propertyBaseName The friendly name of the tape feeder base.
Public propertyBaseUniqueIdentifier For multi-lane feeders, the unique identifier of the base. The UniqueIdentifier property should be populated with the unique identifer of the specific lane within the feeder (if so labeled). If lanes are not specifically labeled, both the UniqueIdentifer and BaseUniqueIdentifier prooperties should be populated with the same value.
Public propertyLaneNumber For multi-lane tape feeders, this is the number of the position of the lane within the feeder.
Public propertyTapePitch The pitch (spacing between parts) of the tape currently loaded on this feeder (in millimeters)
Public propertyTapeWidth The width of the tape currently loaded on this feeder (in millimeters)
Top
See Also