Timer (function)
Gets a processing time
Parameters
<start>
|
The real type variable saving the return value of StartTimer(the real type array element is acceptable)
|
<mode>
|
The mode of the time
0:The elapsed time of each ms is acquired
1:The elapsed time of each μs is acquired
|
Return Value
The elapsed time since the measurement start time.
The acquired value is an integral value of the unit according to the specification of the argument <mode>, and it is omitted below the decimal point. Moreover, the error margin can be caused by the processing time of the StartTimer function and the Timer function at the acquisition time.
Description
Get the amount of time that has elapsed after StartTimer function is called .
Notes