Measurement-computing TempBook rev.3.0 Instrukcja Użytkownika Strona 123

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 166
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 122
TempBook Users Manual
Enhanced
API Programming Models (TempBook) 10-27
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 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 165 166

Komentarze do niniejszej Instrukcji

Brak uwag