The shortest response latency for the monkey to respond.
<monkey>
monkey.name.minLatency
Read/Write
integer
None.
The following displays the value of minLatency in a text stimulus:
<text myText>
/ items= ("minLatency = <% monkey.minLatency %>")
</text>
The following displays the value of minLatency in an instruction page:
<page myPage>
minLatency = <% monkey.minLatency %>
</page>