opiInitialise_for_O600 {OPI} | R Documentation |
Implementation of opiInitialise for the O600 machine.
Description
This is for internal use only. Use opiInitialise()
with
these Arguments and you will get the Value back.
Arguments
ipAddress |
The IP address of the O600 as a string. |
eye |
Either "left" or "right". |
pupilTracking |
TRUE to turn on IR illumination and set pupil black level (which happens at the first stimulus presentation). |
pulsar |
TRUE for pulsar stimulus, FALSE for size III white-on-white. |
eyeControl |
One of * 0 is off * 1 is eye blink * 2 is eye blink, forehead rest, fixation control * 3 is eye blink, forehead rest, fixation control, fast eye movements |
Details
The default background and stimulus setup is to white-on-white perimetry.
Uses port 50000 on the O600.
Examples
## Not run:
# Set up the O600
chooseOpi("O600")
opiInitialize(ip="192.168.1.7", eye = "left")
## End(Not run)
[Package OPI version 3.0.2 Index]