Measurement-computing TempBook rev.3.0 User Manual Page 113

  • Download
  • Add to my manuals
  • Print
  • Page
    / 166
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 112
TempBook Users Manual
Enhanced
API Programming Models (TempBook) 10-17
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&)
Page view 112
1 2 ... 108 109 110 111 112 113 114 115 116 117 118 ... 165 166

Comments to this Manuals

No comments