stop Method
Description
This method presses the Stop button on the Execution dialog box. It also halts the probe at its curent position and suspends execution of the measurement routine.
Syntax
Visual Basic |
---|
Public Sub stop() |
Remarks
You can continue a stopped execution with the Continue method.
See Also