views:

355

answers:

1
+1  Q: 

NI CVI with Python

I'd like to integrate a Python IDLE-esque command prompt interface into an existing NI-CVI (LabWindows) application. I've tried to follow the Python.org discussions but seem to get lost in the details. Is there a resource out there for dummies like me?

+1  A: 

Here is a python sample code calling a CVI.

There are DaqMx python bindings too.

Pierre-Jean Coudert