How can I...
17
Perform a measurement
Start a measurement
word ADC_Start( void )
Description:
This routine writes any new instrument setting information to the
hardware and then starts the measurement. If the hardware is
already measuring, this measurement is aborted. Previous mea-
sured data is lost
Input:
-
Output:
Return value
E_NOT_INITIALIZED
E_NO_ERRORS
E_NO_HARDWARE
Check if the hardware is measuring
word ADC_Running( void )
Description:
This routine checks if the hardware is currently measuring
Input:
-
Output:
Return value
0 = not measuring
1 = measuring
Abort a running measurement
word ADC_Abort( void )
Description:
This routine aborts a running measurement. Any measured data
is lost. It is not required to abort a running measurement before
starting a new one, ADC_Start does this already.
Input:
-
Output:
Return value
E_NOT_INITIALIZED
E_NO_ERRORS
E_NO_HARDWARE
Summary of Contents for Handyscope HS3
Page 2: ......
Page 8: ...8 Introduction...
Page 65: ...Deprecated routines 65...
Page 67: ...TiePie engineering DLL programmer s manual rev 1 26...