The saccadethreshold property specifies the saccade angular velocity threshold in degrees per second used in determining when a fixation is completed.
object.name.saccadeThreshold
Read Only
integer
If the eye moves faster than the threshold it indicates a potential saccade and the end of the current fixation.
The following displays the value of saccadethreshold in a text stimulus:
<text myText>
/ items= ("saccadethreshold = <% eyetracker.saccadethreshold %>")
</text>