Measurement-computing Data Acquisition Systems rev.10.4 Instrukcja Użytkownika Strona 123

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 366
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 122
daqAdcTransferStop
Also See: daqAdcTransferSetBuffer,
daqAdcTransferGetStat, daqAdcTransferStart
Format
daqAdcTransferStop(handle)
Purpose
daqAdcTransferStop stops a current ADC buffer transfer, if one is active.
Parameter Summary
Parameter Type Description
handle DaqHandleT
Handle to the device for which the ADC transfer will be stopped
Parameter Values
handle: obtained from the daqOpen function
Returns
DerrNoError No error
Function Usage
The current transfer will be halted and no more data will transfer into the transfer buffer. Though the transfer
is stopped, the acquisition will remain active. Transfers can be re-initiated with daqAdcTransferStart
after the stop, as long as the current acquisition remains active. The acquisition can be halted by calling the
daqAdcDisarm function.
Prototypes
C/C++
daqAdcTransferStop(DaqHandleT handle);
Visual BASIC
VBdaqAdcTransferStop&(ByVal handle&)
Program References
None
Programmer’s Manual 908594 Daq API Command Reference 4.2-67
Przeglądanie stron 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 365 366

Komentarze do niniejszej Instrukcji

Brak uwag