Click or drag to resize

MultiLane Class

Division class for feeder: given a track in the table, one feeder can serve multiple division (lane number). The counters are based on this sub-position, therefore the need of this object in the model.
Inheritance Hierarchy
SystemObject
  CFX.Structures.MaintenanceMultiLane

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

The MultiLane type exposes the following members.

Constructors
 NameDescription
Public methodMultiLane 
Top
Properties
 NameDescription
Public propertyCycleCount If available, information about the feeder counters of this SMT placement machine.
Public propertyLaneNumber For multi-lane tape feeders, this is the number of the position of the lane within the feeder.
Public propertyUniqueIdentifier For multi-lane feeders, the unique identifier of the base. The ResourceIdentifier property should be populated with the unique identifer of the specific lane within the feeder (if so labeled). If lanes are not specifically labeled, both the UniqueIdentifer and BaseUniqueIdentifier prooperties should be populated with the same value.
Top
See Also