<< Click to Display Table of Contents > 

Client Control Interface Manual > Mark > Mark Time

Mark Time
Previous pageReturn to chapter overviewNext page

Relevant Times

 

Relevant Times
 

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. Returns the expected marking time like SAMLight-> Mark->TimeInfo. A previous mark preview is not required.

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:
 
double Expected_Mark_Time = cci.ScGetDoubleValue( ( int )ScComSAMLightClientCtrlValueTypes.scComSAMLightClientCtrlDoubleValueTypeLastExpectedMarkTime );

Table 268: Relevant Times