up Inquisit Language Reference

meanRightPupilHeight property

The average height of the participant's pupil as reported by the eye tracker.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.meanRightPupilHeight

Read Only

Type

number

Remarks

This property returns the average height of the participant's pupil during a given trial.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.