Pierre Cladé

Results 31 comments of Pierre Cladé

Hi, It seams that your problem is due to the installation of NIDAQmx Base. Are you able to compile and run the simple ANSI C example provided with NIDAQx base...

Hi, You should solve your problem by using DAQmxGetDevProductCategory(str(device),byref(productCategory)) The way strings are handled was modified for better compatibility with Python 3. Pierre

Dear Thanks for posting this issue. I arrived to the same conclusion. By using the cdll calling convention it works (on windows XP 32bits). But of course everything else is...

Can you send me the python code that works without Task. Le 10/04/2014 00:27, murenrb a écrit : > I am using PyDAQmx to measure temperatures via thermocouples and a...

I don't see any file attached to your message. Pierre Le 11/04/2014 14:22, murenrb a écrit : > Clade, > The code is attached. I am using the standard DAQmxCreateAIThrmcplChan...

In order to use Task object, the following code should work. If it doesn't, please send me the error you get (preferably using ipython). Don't use the try .. except,...

Thank you for pointing out this bug. On need to add the unit to the sting send to the instrument. I think it is now corrected on commit ce651cd (dev...

I initially tought that Thorlabs requires the unit when the command is send. I manage to do some test on a PM100A. The wavelength is not changed when the required...

This is a different question. I think that : powermeter.configure.scalar.current.dc() powermeter.configure.scalar.power() will change the setting of powermeter.read

> I am testing it on the PM101. The commands in the manual are the same on first sight. I have a sensor with wavelength range of 800-1700 nm but...