Sets the output to DC Voltage Mode.
CalRefSetDCVolts (hHandle, dVoltage, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Reference. |
dVoltage |
DOUBLE |
Set the voltage in Volts. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function sets the Reference output function to DC Voltage and sets the corresponding amount of voltage.
The following example set the Reference output function to DC Voltage and sets the corresponding amount of voltage to 15 Volts:
LONG lHandle, lStatus;
CalRefSetDCCurrent (lHandle, 15, &lStatus);