10-10-2005 11:23 AM
10-11-2005 04:15 PM
Sreenath,
Although the Waveform Graph and XY Graph components of Measurement Studio can not accept a Dataset as an input, once you convert the data in a Dataset to an array or a single datapoint you will be able to display the information on the Graph. Waveform Graphs and XY Graphs have a number of different plot functions that can accept values in different formats. For example, you can easily plot an array of Y values acquired at a continuous rate, or single Y values using the Waveform Graph. If you have a pair of X and Y values you can plot them with the XY Graph. All of these functions will accept values in an array or as single values, so you will have to extract the data from your Dataset before graphing it.
Regards,
Santiago D