Click or drag to resize

CycleStatus Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleCycleStatus

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:27 UTC
Syntax
public class CycleStatus

The CycleStatus type exposes the following members.

Constructors
  NameDescription
Public methodCycleStatus
Initializes a new instance of the CycleStatus class
Top
Properties
  NameDescription
Public propertyAxisStatus
Gets the list of status for each axis
Public propertyCurrentLocalAquisition
Gets the number of acquisitions acquired at the current position and loop
Public propertyCurrentLoop
Current loop index for this cycle
Public propertyCurrentTotalAcquisition
Total number of acquisitions acquired including the ones of the sub-cycle
Public propertyElapsedTime
Gets the total elapsed time
Public propertyEstimatedRemainingTime
Gets the global estimated ramaining time
Public propertyMaxLocalAquisition
Gets the number of acquisitions that must be acquired at this position and loop
Public propertyMaxLoop
Maximum number of loops for this cycle
Public propertyMaxTotalAcquisition
Gets the total number of acquisitions that must be acquired including the ones of the sub-cycle
Public propertyProgressPercentage
Gets the global progress of the acquisition in percent
Public propertySubCycleStatus
Gets the status of a potential sub-cycle
Top
Methods
  NameDescription
Public methodClone
Top
See Also