up Inquisit Language Reference

frequency property

The tone frequency in hz of the systembeep.

Member of

<systemBeep>

Syntax

systembeep.name.frequency

Read/Write

Type

integer

Remarks

The frequence must be an integer between 37 through 32,767. By default, the frequency is 750 hz.

Examples

The following trial presents a beep at 2000 hz.

<trial beeptrial>
/ onTrialBegin = {systembeep.frequency = 2000}
/ stimulusTimes = [1=systembeep]
/ validResponse = (anyResponse)
</trial>

Copyright Millisecond Software, LLC. All rights reserved.