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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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 propertyPostPrintStretch

** NOTE: ADDED in CFX 2.0 **

Relative stretch ratio of the panel after printing: value = 1 no stretch / no shrinkage value between 0 and 1: shrinkage value above 1: stretch value null: not possible to send this information
Public propertyPrePrintStretch

** NOTE: ADDED in CFX 2.0 **

Relative stretch ratio of the panel before printing: value = 1 no stretch / no shrinkage value between 0 and 1: shrinkage value above 1: stretch value null: not possible to send this information
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