32
How can I...
Get the sample clock status
word GetExternalClock( word *wMode )
Description:
This routine determines whether the sampling clock uses the
internal Crystal oscillator or the external clock input
Only 50 MHz and faster devices support external clock input
Input:
-
Output:
wMode
The status of the internal clock,
0 = clock internal
1 = clock external
Return value
E_NO_ERRORS
E_NOT_SUPPORTED
E_NO_HARDWARE
Set the sample clock status
word SetExternalClock( word wMode )
Description:
This routine sets the sampling clock mode: is the internal crystal
oscillator used or the external clock input?
Only 50 MHz and faster devices support external clock input
Input:
wMode
0 = internal clock
1 = external clock
Output:
Return value
E_NO_ERRORS
E_INVALID_VALUE
E_NOT_SUPPORTED
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...