06-28-2010 09:55 AM
Hi,
Currently I am trying to develop an application using the HP 4194 (Agilent). I would like to read the values on the X axis (X register) in order to built a XY-Graph and save the values. But I can't find any VI or sub-VI from NI or HP/Agilent to read those values (for my VI X means frequency). Does anyone knows how to do it?
I attach my VI.
Thank you
Oz
Solved! Go to Solution.
06-28-2010 02:20 PM - edited 06-28-2010 02:21 PM
Hello Oz,
Does the Display Values VI provide any information that you can use? If not, I recommend that you look through the instrument's operation manual and see if there is a command that you can use to get the information that you are looking for. The R and Z Register Values VI uses "Z?" to get the Z register value, so the command to read the X register might be similar.
Cheers,
Nathan
06-29-2010 05:39 AM
Hi,
Thanks for the clue. Doing the same thing with Z register, you can obviously have the X values.
Oz