User manual

Table Of Contents
DELIB API reference |
Seite 127
4.6. D/A outputs management
4.6.1. DapiDASetMode
Description
This command sets the mode for a D/A converter.
Definition
void DapiDASetMode(ULONG handle, ULONG ch, ULONG mode);
Parameters
handle=This is the handle of an opened module
ch=Specifies the channel of the D/A converter (0 ..)
mode=Specifies the mode of the D/A converter
Return value
None
Remarks
The following modes are supported:
(these are dependent on the used D/A module)
Unipolar voltages:
ADDA_MODE_UNIPOL_10V
ADDA_MODE_UNIPOL_5V
ADDA_MODE_UNIPOL_2V5
Bipolar voltages:
ADDA_MODE_BIPOL_10V
ADDA_MODE_BIPOL_5V
ADDA_MODE_BIPOL_2V5