Resets the Function Generator.
CalFgenReset (hHandle, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Function Generator. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function resets the Function Generator to power up state.
The following example resets the Function Generator:
LONG lHandle, lStatus;
CalFgenReset (lHandle, &lStatus);