up Inquisit Language Reference

minLatency property

The shortest response latency for the monkey to respond.

Member of

<monkey>

Syntax

monkey.name.minLatency

Read/Write

Type

integer

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.