The file attribute specifies the file name of the ASL plugin module.
Applies to
Syntax
/ file = "asleyetracker.dll"Parameters
| "asleyetracker.dll" | The file name of the ASL Eye Tracker plugin module. |
Remarks
The file attribute determines which type of eye tracker Inquisit will interoperate with. To interoperate with an ALS Eye Tracker, this attribute must be set to "asleyetracker.dll".
Examples
The following configures Inquisit to communicate with the ASL Eye Tracker through COM1 and LPT1:
<eyetracker>
/ file = "asleyetracker.dll"
/ lptportnumber = "1"
/ lptportnumber = "1"
</eyetracker>