07-10-2018 05:57 AM
Does anybody have a driver that I can use in labview for e5250a? It seems to be not in use anymore but I need it even though its the old version
07-10-2018 10:07 AM
Hi
That instrument uses SCPI which is fairly easy to implement without the need for a driver.
https://www.youtube.com/watch?v=uOvXHwkpfV8
There's a YT video that shows the basics of how to do it.
Hope that helps.
07-10-2018 10:08 AM
Way back when I used that switch. I remember a LabVIEW driver but don't have it anymore. But if I remember the driver was simply a few SCPI commands. You can see all the SCPI commands in the manual...
https://literature.cdn.keysight.com/litweb/pdf/E5250-90000.pdf?id=1355733
or download the Keysight I/O library and use their guide to build the SCPI commands then transfer those to LabVIEW.
https://www.keysight.com/main/software.jspx?cc=CA&lc=eng&nid=-34003.536883163&id=1184883&pageMode=CV
Craig