CalFgenReset

Purpose

Resets the Function Generator.

Syntax

CalFgenReset (hHandle, plStatus)

Parameters

Name
Type
Comments
hHandle
LONG
Handle for a Function Generator.
plStatus
PLONG
Returned status: 0 on success, negative number on failure.

Comments

This function resets the Function Generator to power up state.

Example

The following example resets the Function Generator:

 

LONG   lHandle, lStatus;

 

CalFgenReset (lHandle, &lStatus);

 

See Also

CalFgenInitialize, CalFgenGetError