User manual

Table Of Contents
DELIB API reference |
Seite 130
4.6.3. DapiDASet
Description
This command transfers a data value to a channel of a D/A converter.
Definition
void DapiDASet(ULONG handle, ULONG ch, ULONG data);
Parameters
handle=This is the handle of an opened module
ch=Specifies the channel of the D/A converter (0 ..)
data=Specifies the data value, which is written
Return value
None