beautypg.com

4 wait = user, Wait = user – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 61

background image

Teledyne LeCroy

PETrainer Scripting Language

56

7.4 Wait = User


This command waits for user input. The script execution would continue when user resumes the script
from PETracer™ software UI.

Example:

This example pauses the script execution and displays the message to the user.

Wait = User {

Display = “Now you can continue”

}