up Inquisit Language Reference

fixationWindowLength property

The fixationwindowlength property returns the length of the window length in milliseconds used in determining when a fixation has ended.

Member of

<eyeTrackerTobii>

Syntax

eyetrackertobii.name.fixationWindowLength

Read Only

Type

integer

Remarks

This is used to smooth out data and minimize the effect of noise inherent in high sample rates. The default value is 20ms.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.