View Single Post
  #4  
Old 01-07-2010, 01:54 PM
ursi ursi is offline
Member
 
Join Date: Dec 2009
Posts: 11
Hi, thank's for the link.

I tried to import u12 with the following code:
-----------
import u12
d = u12.U12()
d.eAnalogOut(2.2, -1)
-----------

But vizard can not find the module u12. Where can I find this module?

The eAnalogOut function is defined here (Link from LabJack support):
http://github.com/labjack/LabJackPyt...src/u12.py#L81

Thank's for your help!
Reply With Quote