The monitor property specifies the screen on which the stimulus is presented.
object.name.monitor
Read/Write
integer
The property specifies which monitor a given stimulus appears on for experimental paradigms that use multiple display monitors connected to the computer.
The following displays the value of monitor in a text stimulus:
<text myText>
/ items= ("monitor = <% text.foo.monitor %>")
</text>