Hi I am new in Python and PyDAQFlex, I will it with a USB TEMP card of MCC. But when I assign the name of card, I find the issue to see below.
import daqflex
dev=daqflex.USB_TEMP()
Traceback (most recent call last):
File "<pyshell#1>", line 1, in
dev=daqflex.USB_TEMP()
AttributeError: 'module' object has no attribute 'USB_TEMP'
somebody could help me?
Hi I am new in Python and PyDAQFlex, I will it with a USB TEMP card of MCC. But when I assign the name of card, I find the issue to see below.
Traceback (most recent call last):
File "<pyshell#1>", line 1, in
dev=daqflex.USB_TEMP()
AttributeError: 'module' object has no attribute 'USB_TEMP'
somebody could help me?