Sets the output to 4-Wire Resistance Mode.
CalRefSet4Wire (hHandle, dwResistance, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Reference. |
dwResistance |
DWORD |
Set the Ohms of Resistance. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function sets the Reference output function to 4-Wire and sets the corresponding amount of resistance.
The following example set the Reference to output 1000 Ohms in 4-Wire mode:
LONG lHandle, lStatus;
CalRefSet4Wire (lHandle, 1000, &lStatus);