CycleStatus Class |
Namespace: LynceeTec.API.Cycle
The CycleStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| CycleStatus | Initializes a new instance of the CycleStatus class |
| Name | Description | |
|---|---|---|
| AxisStatus |
Gets the list of status for each axis
| |
| CurrentLocalAquisition |
Gets the number of acquisitions acquired at the current position and loop
| |
| CurrentLoop |
Current loop index for this cycle
| |
| CurrentTotalAcquisition |
Total number of acquisitions acquired including the ones of the sub-cycle
| |
| ElapsedTime |
Gets the total elapsed time
| |
| EstimatedRemainingTime |
Gets the global estimated ramaining time
| |
| MaxLocalAquisition |
Gets the number of acquisitions that must be acquired at this position and loop
| |
| MaxLoop |
Maximum number of loops for this cycle
| |
| MaxTotalAcquisition |
Gets the total number of acquisitions that must be acquired including the ones of the sub-cycle
| |
| ProgressPercentage |
Gets the global progress of the acquisition in percent
| |
| SubCycleStatus |
Gets the status of a potential sub-cycle
|