Removes any stimuli at the specified stimulus frame.
none
Name | Type | Description |
---|---|---|
index | integer | The index of the stimulus to remove. The first item in the list is 1. |
The removeStimulusFrame function removes the stimuli at the specified frame index of the trial.
The following removes the first frame of stimuli from a trial:
<trial myTrial>
/ onTrialEnd= [trial.myTrial.removeStimulusFrame(1);]
</trial>