-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi Folks
I'm using Voltcraft DLP 3306 power supply which is connected to the PC via USB.
I see from device manager "USB Test and Measurement Device (IVI)" is displayed (please see screenshot for reference)
But I'm trying to control the power supply with python script and tried to use the voltcraft package. It is not possible to control as it is not possible to know which port it is running.
$ py -m voltcraft COM[X]
It gives below error:
RuntimeError: No Voltcraft PPS powersupply connected to COM[X]
When I try connecting using the GUI (ODPEasyControl 3CH.vi) provided by the device supplier. It is asking serial number of device hardware for the connection and it is possible to connect (ODPEasyControl 3CH.vi) and control the power supply user GUI interface
How to control it with python without using the GUI ?
Please let me know, if someone has already experienced it.
Thanks in advance


