up Inquisit Language Reference

stimulusOnset property

Returns onset time of the stimulus.

Member of

<button> <clearscreen> <clock> <html> <picture> <port> <shape> <sound> <systembeep> <text> <video> <xid>

Syntax

stimulus.name.stimulusOnset

Read Only

Type

array

Remarks

The onset time is the point at which the stimulus is presented relative to the start of the trial. If a stimulus is presented multiple times in a trial, the onset times for each presentation can be obtained by treating property as an array and specifying the index of the presentation to return.

Examples

The following displays the value of stimulusOnset in a text stimulus:

<text myText>
/ items = ("stimulusOnset = <% text.myText.stimulusOnset[0] %>")
</text>

The following displays the value of stimulusOnset in an instruction page:

<page myPage>
stimulusonset = <% stimulusOnset.negativestimulusonsets.stimulusOnset[0] %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.