Performs a hardware reset and sets all scope settings to default parameters.
CalScopeReset (hHandle, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Oscilloscope. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function resets the Oscilloscope to power up state.
The following example resets the Oscilloscope:
LONG lHandle, lStatus;
CalScopeReset (lHandle, &lStatus);
CalScopeSetupAuto, CalScopeGetInfo, CalScopeMeasure, CalScopeSetupAcquisition, CalScopeSetupChannel, CalScopeSetupHorizontal, CalScopeGetError