up Inquisit Language Reference

lastRightHasFixation property

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

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastRightHasFixation

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 lastRighthasFixation in a text stimulus:

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

Copyright Millisecond Software, LLC. All rights reserved.