User manual

DELIB API reference |
Seite 131
4.6.4. DapiDASetVolt
Description
This command sets a voltage to a channel of a D/A converter.
Definition
void DapiDASetVolt(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=the voltage, which is to be set [V]
Return value
None