up Inquisit Language Reference

lastLeftValidity property

The last validity score for left pupil gaze point data.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastLeftValidity

Read Only

Type

number

Remarks

This property returns a validity score for the last received gaze point message. The score is reported as a percentage ranging from 0 - 100% with 100% representing the highest validity.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.