up Inquisit Language Reference

cpuSpeed property

This property reports the clock speed of the system CPU.

Member of

<computer>

Syntax

computer.name.cpuSpeed

Read Only

Type

integer

Remarks

This is useful for determining whether a given computer is fast enough to run a particular script.

Examples

The following displays the cpuSpeed of the current computer:

<text myText>
/ items= ("correct = <% computer.cpuSpeed %>")
</text>

The following displays the cpuSpeed of the current computer in an instruction page:

<page myPage>
correct = <% computer.cpuSpeed %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.