﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 5  » Programmaticaly set eye tracker aoidurationthreshold</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 13 Sep 2026 23:22:58 GMT</lastBuildDate><ttl>20</ttl><item><title>Programmaticaly set eye tracker aoidurationthreshold</title><link>https://forums.millisecond.com/Topic26439.aspx</link><description>I have tried to set the&amp;nbsp;aoidurationthreshold threshold progammatically, but it does not seem to be having an effect.&lt;br/&gt;&lt;span&gt;&lt;br/&gt;Is this correct?&lt;br/&gt;&lt;br/&gt;[code]&lt;br/&gt;&amp;lt;trial anti_saccade_right_neutral_practice&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;eyetracker.aoidurationthreshold = 8;&lt;br/&gt;values.marker_saccade = 30000 + values.block + values.trial;&lt;br/&gt;port.marker_saccade.setitem(values.marker_saccade, 1);&lt;br/&gt;  ]&lt;br/&gt;/ stimulustimes = [0 = fixation_right, blank_left, marker_saccade]&lt;br/&gt;/ validresponse = (fixation_right, blank_left)&lt;br/&gt;/ correctresponse = (blank_left)&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ responsemode = correct&lt;br/&gt;/ inputdevice = eyetracker&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;[/code]&lt;/span&gt;&lt;br/&gt;</description><pubDate>Tue, 19 Feb 2019 01:53:37 GMT</pubDate><dc:creator>Willem</dc:creator></item><item><title>RE: Programmaticaly set eye tracker aoidurationthreshold</title><link>https://forums.millisecond.com/Topic26448.aspx</link><description>&lt;div data-id="26442" class="if-quote-wrapper" unselectable="on" data-guid="1550569988141"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26442" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26442" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26442" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, February 18, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26442"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="26439" class="if-quote-wrapper" unselectable="on" data-guid="1550569988141"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26439" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26439" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26439" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Willem - Monday, February 18, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26439"&gt;&lt;div class="if-quote-message-margin"&gt;I have tried to set the&amp;nbsp;aoidurationthreshold threshold progammatically, but it does not seem to be having an effect.&lt;br/&gt;&lt;span&gt;&lt;br/&gt;Is this correct?&lt;br/&gt;&lt;br/&gt;[code]&lt;br/&gt;&amp;lt;trial anti_saccade_right_neutral_practice&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;eyetracker.aoidurationthreshold = 8;&lt;br/&gt;values.marker_saccade = 30000 + values.block + values.trial;&lt;br/&gt;port.marker_saccade.setitem(values.marker_saccade, 1);&lt;br/&gt;  ]&lt;br/&gt;/ stimulustimes = [0 = fixation_right, blank_left, marker_saccade]&lt;br/&gt;/ validresponse = (fixation_right, blank_left)&lt;br/&gt;/ correctresponse = (blank_left)&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ responsemode = correct&lt;br/&gt;/ inputdevice = eyetracker&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;[/code]&lt;/span&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26439"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Yes, I don't think it's possible to change the threshold at runtime.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26442"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;It seems to sometimes work and sometimes not, which in terms of debugging is quite frustrating. Would it be possible to get a confirmation whether dynamically setting this threshold is possible?&lt;br/&gt;&lt;br/&gt;If not, is it possible to add this functionality?</description><pubDate>Tue, 19 Feb 2019 01:53:37 GMT</pubDate><dc:creator>Willem</dc:creator></item><item><title>RE: Programmaticaly set eye tracker aoidurationthreshold</title><link>https://forums.millisecond.com/Topic26442.aspx</link><description>&lt;div data-id="26439" class="if-quote-wrapper" unselectable="on" data-guid="1550504583209"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26439" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26439" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26439" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Willem - Monday, February 18, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26439"&gt;&lt;div class="if-quote-message-margin"&gt;I have tried to set the&amp;nbsp;aoidurationthreshold threshold progammatically, but it does not seem to be having an effect.&lt;br/&gt;&lt;span&gt;&lt;br/&gt;Is this correct?&lt;br/&gt;&lt;br/&gt;[code]&lt;br/&gt;&amp;lt;trial anti_saccade_right_neutral_practice&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;eyetracker.aoidurationthreshold = 8;&lt;br/&gt;values.marker_saccade = 30000 + values.block + values.trial;&lt;br/&gt;port.marker_saccade.setitem(values.marker_saccade, 1);&lt;br/&gt;  ]&lt;br/&gt;/ stimulustimes = [0 = fixation_right, blank_left, marker_saccade]&lt;br/&gt;/ validresponse = (fixation_right, blank_left)&lt;br/&gt;/ correctresponse = (blank_left)&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ responsemode = correct&lt;br/&gt;/ inputdevice = eyetracker&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;[/code]&lt;/span&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26439"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Yes, I don't think it's possible to change the threshold at runtime.&lt;br/&gt;</description><pubDate>Mon, 18 Feb 2019 07:45:26 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>