beautypg.com

6 additional “wait” modifiers, Additional “wait” modifiers, Branch – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 63

background image

Teledyne LeCroy

PETrainer Scripting Language

58

7.6 Additional “Wait” Modifiers

1. Wait =

Unconditionally yields script execution for the specified number of nanoseconds.

Example:

Wait = 500

2. Wait =

Equivalent to

Wait = User {

Display =

}

Example:

Wait = “Press the button to continue script execution”

A count parameter can be applied to this command, which causes it to wait for that number clicks
on the user input button.