Removes all of the stimuli from the stimulus frames list.
none
None.
The clearStimulusFrames function removes all stimuli from a trial's array of stimulus frames. After this function is called on a given trial, the trial will no longer present any stimuli.
The following clears all of the stimuli from a trial:
<trial myTrial>
/ onTrialEnd= {trial.myTrial.clearStimulusFrames();}
</trial>
The following clears all of the stimuli from surveypage:
<surveypage myPage>
/ onTrialEnd= {surveypage.myPage.clearStimulusFrames();}
</trial>