I have tried to set the aoidurationthreshold threshold progammatically, but it does not seem to be having an effect.
Is this correct?
<trial anti_saccade_right_neutral_practice>
/ ontrialbegin = [
eyetracker.aoidurationthreshold = 8;
values.marker_saccade = 30000 + values.block + values.trial;
port.marker_saccade.setitem(values.marker_saccade, 1);
]
/ stimulustimes = [0 = fixation_right, blank_left, marker_saccade]
/ validresponse = (fixation_right, blank_left)
/ correctresponse = (blank_left)
/ errormessage = true(error, 200)
/ responsemode = correct
/ inputdevice = eyetracker
</trial>