The minFixationTime property specifies the minimum duration of a fixation in milliseconds used in determining when a fixation is started.
eyetrackertobii.name.minFixationTime
Read Only
number
This is the minimum amount of time they eye needs to be focused on a particular area without moving beyond the saccade threshold.
The following displays the value of minFixationTime in a text stimulus:
<text myText>
/ items= ("minFixationTime = <% eyetracker.minFixationTime %>")
</text>