up Inquisit Language Reference

saccadeThreshold property

The saccadethreshold property specifies the saccade angular velocity threshold in degrees per second used in determining when a fixation is completed.

Member of

<eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

object.name.saccadeThreshold

Read Only

Type

integer

Remarks

If the eye moves faster than the threshold it indicates a potential saccade and the end of the current fixation.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.