up Inquisit Language Reference

product attribute

The product attribute specifies which type of Cedrus device the element is controlling.

Member of

<xid>

Syntax

/ product = product

Parameters

Name Type Description
product cedrusproductenum
ValueDescription
cPodc-pod
luminaLumina Response Pad
mPodm-pod
responsePadRB Series Response Pad
ripondaRiponda Response Pad
stimTrackerStimTracker
voiceKeySV-1 Voice Key

Remarks

The default value is random.

Examples

The following creates an xid element for a response pad so that its properties can be retrieved in script, and sets the default input device to XID:

<xid rb>
/ product = responsepad
</xid>


<defaults>
/ inputDevice = XID
</defaults>

Copyright Millisecond Software, LLC. All rights reserved.