Click or drag to resize

SolderPastePrintingPCBProcessData Class

** NOTE: ADDED in CFX 1.2 **

The new Process Data for the PCB processed.
Inheritance Hierarchy
SystemObject
  CFX.StructuresProcessData
    CFX.Structures.SolderPastePrintingSolderPastePrintingPCBProcessData

Namespace: CFX.Structures.SolderPastePrinting
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class SolderPastePrintingPCBProcessData : ProcessData

The SolderPastePrintingPCBProcessData type exposes the following members.

Constructors
 NameDescription
Public methodSolderPastePrintingPCBProcessData Constructor class for the new object.
Top
Properties
 NameDescription
Public propertyCycleTime Cycle time for the Printing process, in the format hh:mm:ss.fffffff
Public propertyFirstPrintDirection First direction of the Printing process
Public propertyOffsetTheta Printing offset on the Theta-Axis
Public propertyOffsetX Printing offset on the X-Axis
Public propertyOffsetY Printing offset on the Y-Axis
Public propertyPeriodicCleanings Periodic cleaning object List. Normally it shall be one, but in this way it may be extended more easily
Public propertyRecipeName Recipe name for the process data
Public propertySeparation Separation object
Public propertyStrokes List of Stroke objects for Solder Paste Printing PCB Process Data
Top
See Also