The most recent height in mm of the participant's left pupil as reported by the eye tracker.
eyetracker.name.lastLeftPupilHeight
Read Only
number
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.
The following displays the value of lastLeftPupilHeight in a text stimulus:
<text myText>
/ items= ("height = <% eyetracker.lastLeftPupilHeight %>")
</text>