04-19-2019 07:12 AM
Hi,
I am not familiar with labview very much. I have connected the impedance analyzer with labview with USB because in my keysight connection expert, I can see this. I want to read data from impedance analyzer e4990a to labview on pc. So, can someone suggest code for the same?
Solved! Go to Solution.
04-19-2019 09:34 AM - edited 04-19-2019 09:41 AM
That's a pretty complex instrument for your first LabVIEW program, and to make matters worse I don't see a LabVIEW driver for it. But there is an IVI driver available, some IVI drivers will work with LabVIEW. (but this one does not say it does)
Skimming the Operation and Programming manual I can see that this instrument has a full SCPI command set.
If I were you I would start reading the programming section of that manual and build a set of VI's using the SCPI commands you need to setup and take measurements because those IVI drivers may not work with LabVIEW and if thay do they can be a can of worms on their own.
04-22-2019 04:39 AM
Also, can someone suggest how to read data from impedance analyzer E4990A to pc using labview?
04-22-2019 04:43 AM
Also, can someone please suggest how to read data from impedance analyzer E4990A in pc using labVIEW?