up Inquisit Language Reference

lastRightPupilWidth property

The most recent width in mm of the participant's right pupil as reported by the eye tracker.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastRightPupilWidth

Read Only

Type

number

Remarks

This property allows a script to read the last recorded pupil height for purposes of recording data, reporting feedback to participants, or directing the flow of a task or visual display.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.