up Inquisit Language Reference

lastHasFixation property

Indicates whether Inquisit has currently detected a fixation point from the eye tracker for either or both eyes.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastHasFixation

Read Only

Type

boolean

Remarks

This property allows a script to read whether the Inquisit has detected a fixation point.

Examples

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

<text myText>
/ items= ("lasthasFixation = <% eyetracker.lasthasFixation %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.