06-05-2006 04:47 AM
06-05-2006 08:51 AM - edited 06-05-2006 08:51 AM
First, check your instrument manual to see whether it has a delay measurement. If it can be done by the scope, then you don't have to transfer the waveforms to the pc. If the scope doesn't have the measurement built in, then you can use a couple Basic Trigger Level Detection functions. Set the same trigger level for both and set mode to time. The difference between the two is your delay.
Message Edited by Dennis Knutson on 06-05-2006 07:52 AM
06-05-2006 01:25 PM
6032A is a dc power supply so I don;t really know what scope you have. Most of the agilent scopes already do what you want. The megazoom scopes such as older 54645, and newer 546xx series all have a way to calculate what you want. You should also note that if you really want to transfer the waveform to PC most of the agilent scopes transfer only a subset of waveform to the PC due to all the megazoom capability and sampling, etc. I have run into situations where not enough of the waveform is transferred, but usually you can get enough.
With a PC scope such as NI5102 you would just look for the edges in the waveform and by knowing the dt and number of samples that seperates edge calculate time differences. There are several other ways depending on what VI's you use and which way you like to program it. There is some real easy stuff now but I tend to like a little control over the edge search algorithm based on my own criteria.
06-05-2006 11:55 PM
06-06-2006 08:07 AM
06-07-2006 12:31 AM
11-29-2006 02:19 PM