up Inquisit Language Reference

maxLatency property

The longest response latency for the monkey.

Member of

<monkey>

Syntax

monkey.name.maxLatency

Read Only

Type

integer

Remarks

None.

Examples

The following displays the value of maxLatency in a text stimulus:

<text myText>
/ items= ("maxLatency = <% monkey.maxLatency %>")
</text>

The following displays the value of maxLatency in an instruction page:

<page myPage>
maxLatency = <% monkey.maxLatency %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.