24
How can I...
Setting up streaming measurements
To tell the instrument a streaming measurement has to be performed, following
routine has to be used.
word SetTransferMode( dword dwMode )
Description:
This routine tells the instrument what kind of measurement has
to be performed.
Input:
dwMode
determines the requested data transfer mode.
Possible values are:
ltmBlock
(0) default value. During the mea-
surement, all data is stored in the
instrument. When the measure-
ment is ready, all data is transferred
in one block to the computer. This
is normal oscilloscope mode
ltmStream
(1) Each time during the measure-
ment that new data is available, it
will be transferred to the computer.
So a measurement gives a constant
stream of data.
Output:
Return value
E_NO_ERRORS
E_NO_HARDWARE
E_INVALID_VALUE
Getting the current transfer mode
word GetTransferMode( dword *dwMode )
Description:
This routine reads the current set transfer mode from the instru-
ment.
Input:
-
Output:
dwMode
holds the current data transfer mode.
Return value
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...