Click or drag to resize

StationSetupRequirements Class

Describes the material setup requirements for a particular process endpoint to perform a particular operation on one or more partiuclar products. Also includes information on where specifically the materials should be loaded (when applicable), AML (where applicable), and alternate part information (where applicable).
Inheritance Hierarchy
SystemObject
  CFX.StructuresStationSetupRequirements

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class StationSetupRequirements

The StationSetupRequirements type exposes the following members.

Constructors
 NameDescription
Public methodStationSetupRequirements Default constructor
Top
Properties
 NameDescription
Public propertyLane The production lane to which this setup applies (when applicable)
Public propertyMaterialSetupRequirements A list of the materials that need to be installed / loaded at the process endpoint to perform a particular process.
Public propertySetupName An optional name for this particular setup
Public propertyStage The stage to which this setup applies (when applicable)
Public propertyToolSetupRequirements A list of the tools (heads, nozzels, hammers, wrenches, etc.) that need to be installed / loaded at the process endpoint to perform a particular process.
Top
See Also