View source: R/KowaAP7000Client.r
| opiSetup_for_KowaAP7000 | R Documentation |
Implementation of opiSetup for the Kowa AP7000 machine.
This is for internal use only. Use opiSetup() with these Arguments.
opiSetup_for_KowaAP7000(lum = NA, color = NA, fixation = NA)
lum |
Must be 10 for a white background and 100 for a yellow. |
color |
One of |
fixation |
One of
* |
If lum is 10 and color is not set, then
.opi_env$KowaAP7000$BACKGROUND_WHITE is assumed.
If lum is 100 and color is not set,
then .opi_env$KowaAP7000$BACKGROUND_YELLOW is assumed.
If both lum and color is set, then lum is ignored
(a warning will be generated
If lum is incompatible with color).
Always returns list(err = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.