05-02-2007 11:29 AM
05-02-2007 12:49 PM
05-02-2007 12:53 PM
05-07-2007 01:53 PM
05-16-2007 10:27 AM
Yes, I did try extending the time, but that made no difference.
One curious thing that I notice, though is that if I use a default of 401 data points (rather than the 2048 that I actually need) and I do NOT set the number of data points after a reset, I can read the data ok. As soon as I introduce a set the number of datapoints command after having done a reset, however, the data read thereafter is corrupt. I'm summarizing the commands here, we actually perform:
RST, Check for Sweep Status, Set Number Data Points, Set Frequency/Scale, Set Data Format, Set Byte Order, Check Status, Get Data
We normally loop the last two commands, i.e. check status and get data. But, when we want to do a reset by following the same command stream, the data is corrupt unless I do not send the Set Number Data Points command. But since RST resets the number of data points to a default of 401, that doesn't help our particular situation since we want to use 2048 data points.
05-17-2007 07:46 AM
05-17-2007 11:58 AM