PCSU1000 values from Transient Recorder

Hi,

I have the PCSU1000 and nedd the values of the transient recorder in Agilent Vee Pro. Is it possible to read the data from an .dll, like the DSOLink.dll?
If not, have I to read out the DSOLink.dll a few times in a loop and collect the data in an extra array?
If I have to use the extra array, are there any values left between reading out the last value and afterwards the the first value?

Thank you

[quote]I have the PCSU1000 and nedd the values of the transient recorder in Agilent Vee Pro. Is it possible to read the data from an .dll, like the DSOLink.dll?[/quote]Sorry, this is not possible. The DSOLink.DLL supports only the oscilloscope mode.

[quote]If not, have I to read out the DSOLink.dll a few times in a loop and collect the data in an extra array?[/quote]It seems this is the only solution.

[quote]If I have to use the extra array, are there any values left between reading out the last value and afterwards the the first value?[/quote]Yes, there is about 70ms pause between the acquisition of the records. This 70ms is the time needed to transfer the data from the oscilloscope RAM to the PC.