JeffG at MCC
JeffG at MCC
Hi, Did you configure the USB-1608G to be single ended in InstaCal? Did you test with the example v_in.py? How does it respond? does it stay in SE mode?
Can I see the rest of you device instantiation routine?
The problem is these 2 lines: ai_info = daq_dev_info.get_ai_info() ai_range = ai_info.supported_ranges[0] In short, the program is doing exactly what you are telling it. Let me explain. When you call...
your imports should include: from mcculw import ul from mcculw.enums import ULRange, AnalogInputMode, ScanOptions, FunctionType, Status Attached is a "more than you need" example, implementing a more direct approach to...
"...how I can make take X amount of samples and get an average out of those samples?" What you are asking is not a feature of the USB-1608G series nor...