The fixationwindowlength property returns the length of the window length in milliseconds used in determining when a fixation has ended.
eyetrackertobii.name.fixationWindowLength
Read Only
integer
This is used to smooth out data and minimize the effect of noise inherent in high sample rates. The default value is 20ms.
The following displays the value of fixationwindowlength in a text stimulus:
<text myText>
/ items= ("fixationwindowlength = <% eyetracker.fixationwindowlength %>")
</text>