<< Click to Display Table of Contents > Mark Time |
![]() ![]() ![]() |
☐ Set ☒ Get |
|||
---|---|---|---|
DLL Function |
double Time = ScGetDoubleValue(int Value_Type) |
||
ASCII Function |
double Time = ScCciGetDoubleValue(int Value_Type) |
||
Description |
Get various mark times. |
||
Value_Type |
Type: int |
ID: |
|
Location: ScComSAMLightClientCtrlValueTypes |
|||
scComSAMLightClientCtrlDoubleValueTypeLastMarkTime |
21 |
||
Get the marking time of the last mark. It can be used to evaluate the time that was needed for the last marking operation. It is listed in the status bar in SAMLight. |
|||
scComSAMLightClientCtrlDoubleValueTypeLastExpectedMarkTime |
34 |
||
Get the expected marking time of the last marking. Returns the expected marking time like SAMLight-> Mark->TimeInfo. A previous mark preview is not required. If the command is send during marking, the return will be "-1". |
|||
scComSAMLightClientCtrlDoubleValueTypeLastPreviewTime |
112 |
||
Get process time of last preview. |
|||
scComSAMLightClientCtrlDoubleValueTypeProcessTime |
143 |
||
Get the process time listed in the status bar in SAMLight. |
|||
scComSAMLightClientCtrlDoubleValueTypeTotalMarkingTime |
144 |
||
Get the total marking time listed in the status bar in SAMLight. |
|||
Time |
Type: double |
Unit: [s] |
|
The corresponding time. |
|||
Notes |
- |
||
C# Example: Get expected mark time: |
Table 291: Relevant Times