The standard deviation for monkey response latencies.
<monkey>
monkey.name.sdLatency
Read Only
number
None.
The following displays the value of sdLatency in a text stimulus:
<text myText>
/ items= ("sdLatency = <% monkey.sdLatency %>")
</text>
The following displays the value of sdLatency in an instruction page:
<page myPage>
sdLatency = <% monkey.sdLatency %>
</page>