up Inquisit Language Reference

ipAddress property

This property reports the IP addresses of the eye tracker.

Member of

<eyeTrackerTobii>

Syntax

eyetrackertobii.name.ipAddress

Read/Write

Type

string

Remarks

This reports the ip address of the eye tracker.

Examples

The following displays the ip address in a text stimulus:

<text myText>
/ items= ("correct = <% computer.ipAddress[0] %>")
</text>

The following displays the ip address in an instruction page:

<page myPage>
correct = <% computer.ipAddress[0] %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.