Measurement-computing TempBook rev.3.0 Uživatelský manuál Strana 123

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 166
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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&)
Zobrazit stránku 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 165 166

Komentáře k této Příručce

Žádné komentáře