presTimeS2
Experiments
presTimeS2 is the older alias of presTime2. It overrides the presentation time of the second screen of a trial, and nothing else. It is only read when presTime2 is empty, and from there on the two columns behave identically. It has no other effect anywhere in an experiment. Do not use it in new trial files; put per-screen times in presTime as a semicolon list.
Syntax
Section titled “Syntax”Put a single whole number of milliseconds in the cell: it becomes the presentation time of the trial’s second screen.
None of the presTime forms (semicolon lists, min_max, a|b|c, V*N) work in this column.
Options
Section titled “Options”| Value | Behavior |
|---|---|
| empty (or absent) | No override. |
| integer N | Second screen’s presentation time becomes N ms. |
| non-numeric | Override skipped. |
Defaults & missing values
Section titled “Defaults & missing values”Leave the cell empty, or leave the column out, and nothing is overridden: the second screen keeps the time presTime gave it.
It is also ignored entirely whenever presTime2 has any value at all, including one that is not a number and therefore overrides nothing itself.
Works with
Section titled “Works with”presTime2: the same override under a newer name, and everything on its page applies here too.presTime2wins when both cells are filled in.presTime: the value replaces the second screen’s time in thepresTimelist, before the trial works out whether the last screen should stay up until the participant responds.ISIandstimScreens: the trial needs a second screen for the override to do anything. That screen comes from anISIgap on the legacy path, or from a multi-screenstimScreensgrouping; the override works the same way in both cases.
Examples
Section titled “Examples”- Legacy cue then probe timing:
| type | stimFormat | stim1 | stim2 | presTime | presTimeS2 | ISI |
|---|---|---|---|---|---|---|
| test | .png | cue | probe | 250 | 750 | 0 |
type,stimFormat,stim1,stim2,presTime,presTimeS2,ISI test,.png,cue,probe,250,750,0
Screen 1 shows cue for 250 ms, ISI of 0 ms, screen 2 shows probe for 750 ms.
Tips & gotchas
Section titled “Tips & gotchas”- Same as
presTime2: on a two-screen trial wherepresTimegives only one value, addingpresTimeS2makes the second screen hide on a timer instead of waiting for a response. On the legacyISIpath it also cannot be used without a positivepresTimefor screen 1. On a multi-screenstimScreenstrial that limitation disappears, because an emptypresTimeis filled with the 1000 ms per-screen default first.