|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/4/2007 9:33:08 PM
Posts: 3,
Visits: 13
|
|
| Hello, I am using a finger stimulation device to measure the force of each finger, triggered by eprime. However, the force measurement is shown in the output window only. Is there any way I can covert the data in the output window into edata? Thank you very much. Siny.
|
|
|
|
|
Forum MVP
      
Group: Administrators
Last Login: Today @ 8:53:29 AM
Posts: 577,
Visits: 1,255
|
|
| If the info is being shown in the Output window of E-Studio, then this most likely means that a Debug.Print statement is being used somewhere in your experiment. I would suggest performing a search of Debug.Print in any InLine and User script section of your experiment. Once found, you can use c.SetAttrib "MyAttribute", "MyValue" to place the values into the Context, which gets logged into the edat file. -Brandon
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/4/2007 9:33:08 PM
Posts: 3,
Visits: 13
|
|
Thanks! I've got that solved now.
Siny.
|
|
|
|