Search
Shopping Cart
Testimonials
-
Thanks for the great support you provide. You always provide the answer that I need, and you manage it in a very short time.
—Mark, Racal Acoustics
Thanks for the great support you provide. You always provide the answer that I need, and you manage it in a very short time.
The team at LabJack is driven to make measurement and automation simple and affordable. Located in Lakewood, Colorado, LabJack Corporation builds great hardware and software for industry, government, and education.
LabJack writes drivers for Windows, Linux, and Mac OS X, plus example code in dozens of languages.
Have a question or problem? LabJack engages in active customer support. You can find answers in the support area and FAQ, or contact us so we can help.
#1
That function is not available for the UE9. You will want to use commConfig and controlConfig functions instead. Most of the UE9 class' functions are based on the low-level functions, and the UE9 does not have a ConfigUE9 low-level function. For a list of all available UE9 Python functions and documentation (which include some examples), look at the ue9.py source code, or use the Python help function on the UE9 class:
import ue9
help(ue9.UE9)