CalScopeReset

Purpose

Performs a hardware reset and sets all scope settings to default parameters.

Syntax

CalScopeReset (hHandle, plStatus)

Parameters

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

Comments

This function resets the Oscilloscope to power up state.

Example

The following example resets the Oscilloscope:

 

LONG   lHandle, lStatus;

 

CalScopeReset (lHandle, &lStatus);

 

See Also

CalScopeSetupAuto, CalScopeGetInfo, CalScopeMeasure, CalScopeSetupAcquisition, CalScopeSetupChannel, CalScopeSetupHorizontal, CalScopeGetError