up Inquisit Language Reference

lastLeftHasFixation property

Indicates whether Inquisit has currently detected a fixation point from the eye tracker for the left eye.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastLeftHasFixation

Read Only

Type

boolean

Remarks

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

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.