36
How can I...
Get the current DC level value
word GetDcLevel( byte byCh, double *dLevel )
Description:
This routine returns the current DC Level value for the selected
channel. This voltage is added to the input signal before digitizing.
This is used to shift a signal that is outside the current input range
into the input range.
Input:
byCh
The channel whose DC Level is requested (1,
2, 3, 4)
Output:
dLevel
The current DC Level.
Return value
E_NO_ERRORS
E_INVALID_CHANNEL
E_NOT_SUPPORTED
E_NO_HARDWARE
Set the DC level value
word SetDcLevel( byte byCh, double dLevel )
Description:
This routine is used to change the DC Level for the selected
channel. The DC Level has a minimum of -2*
sensitivity
and a
maximum of +2*
sensitivity
. If the sensitivity changes, the DC
level is automatically checked and clipped if necessary. See also
GetDcLevel
.
Input:
byCh
The channel whose DC Level is to be set (1, 2,
3, 4)
dLevel
The new DC Level in Volts
Output:
Return value
E_NO_ERRORS
E_INVALID_CHANNEL
E_INVALID_VALUE
E_NOT_SUPPORTED
E_NO_HARDWARE
Note
Not all devices support DC Level. If DC Level is not supported, the
error value
E_NOT_SUPPORTED
is returned.
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...