12-08-2009 06:37 PM
12-09-2009 07:28 AM
12-09-2009 09:29 AM
12-09-2009 03:47 PM
hi Brian,
You can do post processing on the stored waveform after you have accquired but you would require to write your own code inorder to do the same.
-lab
12-09-2009 04:34 PM
12-10-2009 07:33 AM
You can find VIs to do these functions in the Signal Processing palette. Most are in the Waveform Measurements subpalette of Signal Processing. I have attached a VI which uses one of these to measure the high and low levels and the amplitude of a signal. It assumes an LVM formatted file containing a single waveform.
12-10-2009 09:18 AM
12-10-2009 10:20 AM
12-10-2009 11:05 AM
Dennis-
That is correct. I don't want to use the Fetch Measurement VI for my analysis of stored waveforms, but I want to be able to perform the same measurements that are available in that VI. I can only find some of them in the Waveform library.
Brian
12-10-2009 10:42 PM
Brian,
I understand what you want to do but I just don't think you can use the NI-Scope driver to do perform any measurements on the data from a file.
Since I suspect that NI uses a common code base for all of their analysis/measurement functions (in drivers such as NI-Scope and programming languages such as LabVIEW or CVI), you can probably reproduce all of the scope measurement with a bit of code. Are there any in particular that you need?