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

product One of the following values:
Value Description
lumina Lumina fRMI Response Pad.
voicekey SV-1 Voice Key.
responsepad RB Series Response Pad.
stimtracker StimTracker universal ERP interface.
lumina Lumina Response Pad.
cpod c-pod Event Marker Generator.
mpod m-pod Event Marker Generator.

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.