02-07-2012 08:47 AM
Does anybody know how to read the number of averages completed on a agilent E4402B?
I know how to set averaging to on and off, and set the number of averages to be taken.
But I want to know if there is a way to read how many averages have been completed.
Example you set the averages to 500.
You start taking averages.
Now I want to find out how many of the averages have been completed.
How do I do this in Labview?
02-08-2012 07:50 PM
Hello rcard53762,
What type of averaging are you trying to do? Based on your problem description this seems to be a setting on your Agilent device, you may find some more information regarding average settings on a product specification sheet. Please provide more detailed information on what you are trying to do with this application in LabVIEW.
Paul B.
02-08-2012 09:15 PM
10-17-2012 04:29 AM
10-17-2012 08:57 AM - edited 10-17-2012 08:58 AM
@AlfK wrote:
Sorry for bringing up this old topic again, but I'd like to know how you solved this problem, rcard53762, because I am dealing with it at the moment. I thought about calculating the time it takes to average by reading the total (final) number of average counts and the sweep time and multiply them, but this value is smaller than the time it really take to finish the averaging. Best, Alf
There is not going to be a query to tell you how many averages have been completed. If you don't want to hard code a wait time, then you are going to have to do some sort of measurement synchronization. http://www2.rohde-schwarz.com/file_7561/1EF62_0E.pdf has discussion about this. The application note is for spectrum analyzer but still applies.
10-17-2012 11:41 AM
@nyc_(is_out_of_here) wrote:
If you don't want to hard code a wait time, then you are going to have to do some sort of measurement synchronization. http://www2.rohde-schwarz.com/file_7561/1EF62_0E.pdf has discussion about this.
Yes, I thought the same (measurement synchonization). Thanks a lot for the providing the link!