User manual

Table Of Contents
DELIB API reference |
Seite 132
4.6.5. DapiDASetmA
Description
This command sets a current to a channel of a D/A converter.
Definition
void DapiDASetmA(ULONG handle, ULONG ch, float data);
Parameters
handle=This is the handle of an opened module
ch=Specifies the channel of the D/A converter (0 ..)
data=Specifies the current, which is to be set [mA]
Return value
None
Remarks
This command depends on the module. It only works, if the module also
supports the current mode.