How can I...
35
Get the current input coupling
word GetCoupling( byte byCh, byte *byMode )
Description:
This routine returns the current signal coupling for the selected
channel:
lctAC : coupling AC (0)
lctDC :coupling DC (1)
In DC mode both the DC and the AC components of the signal
are measured.
In AC mode only the AC component is measured.
Input:
byCh
The channel whose current coupling is reque-
sted (1, 2, 3, 4)
Output:
byMode
The current coupling.
Return value
E_NO_ERRORS
E_INVALID_CHANNEL
E_INVALID_VALUE
E_NO_HARDWARE
Set the input coupling
word SetCoupling( byte byCh, byte byMode )
Description:
This routine changes the signal coupling for the selected channel.
See also
GetCoupling
.
Input:
byCh
The channel whose Coupling is to be changed
(1, 2, 3, 4).
byMode
The new coupling for the selected channel (0 or
1).
Output:
Return value
E_NO_ERRORS
E_INVALID_CHANNEL
E_INVALID_VALUE
E_NO_HARDWARE
Содержание Handyscope HS3
Страница 2: ......
Страница 8: ...8 Introduction...
Страница 65: ...Deprecated routines 65...
Страница 67: ...TiePie engineering DLL programmer s manual rev 1 26...