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: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public class CycleStatus

The CycleStatus type exposes the following members.

Constructors
 NameDescription
Public methodCycleStatusInitializes 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