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 frequency 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.