Click or drag to resize

SMTNonInstalledComponent Class

Describes a particular NonInstalledComponent for SMT Placement
Inheritance Hierarchy
SystemObject
  CFX.StructuresNonInstalledComponent
    CFX.Structures.SMTPlacementSMTNonInstalledComponent

Namespace: CFX.Structures.SMTPlacement
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class SMTNonInstalledComponent : NonInstalledComponent

The SMTNonInstalledComponent type exposes the following members.

Constructors
 NameDescription
Public methodSMTNonInstalledComponent 
Top
Properties
 NameDescription
Public propertyCycleSequence

** NOTE: ADDED in CFX 2.1 **

The cycle sequence. May be unique for a placement cycle for a head of a machine (optional)
Public propertyHeadAndNozzle The particular Head / Nozzle with which the component has not been installed
Public propertyPickingSequence

** NOTE: ADDED in CFX 2.0 **

The picking sequence within the corresponding picking cycle for this material / part. For example, if the material has been picked (or tried to be picked) as the first component of the picking cycle, the value will be 1. (optional, when known)
Public propertyPickingTime

** NOTE: ADDED in CFX 2.0 **

The specific time when this material / part was picked or at least tried to be picked (optional, when known)
Top
See Also