up Inquisit Language Reference

lastTimestamp property

This property returns the timestamp of the last gaze point message received from the eye tracker.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyeTracker.name.lastTimestamp

Read Only

Type

integer

Remarks

This property tracks the timestamp of the last gaze point sent by the eye tracker. For Tobii eye trackers, the time stamp is in microseconds. For Eye Link eye trackers,

Examples

The following displays the value of lastTimestamp in a text stimulus:

<text myText>
/ items= ("height = <% eyeTracker.lastTimestamp %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.