LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent 34970A output data

I try to extract data from internal memory of Agilent 34970A. I would like wait 40000 reading before read the memory but if I wait this time the reading take to much time. During the reading my CPU is use at 100% is it normal. The output is a string. What is the fastest way to format the output string channel reading by channel reading. Thank you
0 Kudos
Message 1 of 2
(2,918 Views)
I mostly use the 34970 just for switching so I'm not that familiar with the scanning feature but I do know that there are several ways to read the data. By default, a reading is returned with units, time stamp, channel number, and alarm limit. You could format the read so that you only get the parameters you need. If you didn't need the entire data set, you can request minimum, maximum, or average of each channel. You could also experiment with the different commands such as READ?, FETCH?, R?, and see which one gives the fastest transfer rate.
0 Kudos
Message 2 of 2
(2,918 Views)