Click or drag to resize

ClusteredWorkstation Class

Represents cluster of Workstations where work is performed in parrallel. Each Workstation in the cluster perform identical work, facilitating higher throughput rates via parallelism.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class ClusteredWorkstation : Workstation

The ClusteredWorkstation type exposes the following members.

Constructors
  NameDescription
Public methodClusteredWorkstation
Initializes a new instance of the ClusteredWorkstation class
Top
Properties
  NameDescription
Public propertyWorkstations
A list of the Workstations contained within the cluster.
Top
See Also