Hi yaoyao,
Your question all depends on the behavior of the CURVE? command. If it generates a new acquisition each time it is called, then you should be seeing 1000 different waveforms. If CURVE? simply transfers the existing waveform without initiating a new one, you will be transferring the same waveform 1000 times. The programming manual should have more details about the behavior. You may need to call
You should look at the LabVIEW instrument driver that we have for this instrument:
The instrument driver should simplify programming and you can look at the block diagrams to see which instrument commands are being sent.