I think you misused the driver if you keep sending all settings. There
are some high level examples included in the driver - Getting Started,
Acq Wvfm Edge Triggered. These use many of the subVIs that you can
also use when and if you want. The point of the high level examples is
to give the programmer some idea on how to use the subVIs included in
the driver. The other high level example is Acq Dual Wvfm Edge
Triggered. At the end this does pretty much what your example does and
gets two waveforms by calling Fetch Waveform twice. The differnce is
that VISA is used (generally prefered over GPIB) and there are no
sequence structures or local variables (not required).

Reply via email to