How can I...
13
Determine the available input sensitivities
word GetAvailableSensitivities( double *dSensitivities )
description:
This routine retrieves the available input sensitivities from the
hardware and stores them in an array.
dSensitivities is a 20 elements large array. The caller must ensure
that there is enough space in the array to contain the data. There-
fore the size of the array in bytes must be at least
20 * sizeof(double)
At return, all elements containing a non-zero value, contain an
input sensitivity. This is a full scale value. So if an element contains
the value 4.0, the input sensitivity is 4 Volt full scale, enabling to
measure input signals from -4 Volt - +4 Volt.
input:
-
output:
dSensitivities
the array of input sensitivities
Return value
E_NO_ERRORS
E_NO_HARDWARE
Determine the available input resolutions
word GetAvailableResolutions( double *dResolutions )
description:
The Handyscope HS3 and Handyscope HS4 support different,
user selectable input resolutions. This routine retrieves the availa-
ble input resolutions from the hardware and stores them in an
array.
dResolutions is a 20 elements large array. The caller must ensure
that there is enough space in the array to contain the data. There-
fore the size of the array in bytes must be at least
20 * sizeof(double)
At return, all elements containing a non-zero value, contain an
input resolution in number of bits.
input:
-
output:
dResolutions
the array of input sensitivities
Return value
E_NO_ERRORS
E_NO_HARDWARE
Содержание Handyscope HS3
Страница 2: ......
Страница 8: ...8 Introduction...
Страница 65: ...Deprecated routines 65...
Страница 67: ...TiePie engineering DLL programmer s manual rev 1 26...