Removes all stimuli at the stimulus frame corresponding to the specified time.
none
Name | Type | Description |
---|---|---|
time | integer | The time in milliseconds. |
The removeStimulusTime function removes all stimuli from the frame of a trial corresponding to the specified time in milliseconds.
The following removes the frame of stimuli from a trial corresponding to 1000 ms:
<trial myTrial>
/ onTrialEnd= [trial.myTrial.removeStimulusTime(1000);]
</trial>