Measurement-computing WaveBook rev.3.0 Instrukcja Użytkownika Strona 195

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 194
WaveBook User’s Manual,
6-22-99
daqX API - Programming Models C-21
print userBuf(i)
VBdaqAdcTransferGetStat(handle, active, retCount);
next i
print "Acquisition complete."
Now the data can be displayed or manipulated:
Print "Data acquired:"
For i& = 0 To channels& - 1
Print "Channel"; i& + 1; "Data:";
For j& = 0 To scans& - 1
Print Tab(j& * 7 + 17); buf%(j& * channels& + i&);
Next j&
Print
Next i&
Finally, close the device:
ret& = VBdaqClose(handle&)
Przeglądanie stron 194
1 2 ... 190 191 192 193 194 195 196 197 198 199 200 ... 235 236

Komentarze do niniejszej Instrukcji

Brak uwag