beautypg.com

9 proc command, 1 proc = begin, 2 proc = end – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 67: Proc command, Proc = begin, Proc = end, Loop

background image

Teledyne LeCroy

PETrainer Scripting Language

62

9 Proc Command


This command declares the procedure to be executed for the Branch command. Procedure declaration
must precede its usage in the Branch statement.


9.1 Proc = Begin


This command declares the start point of the procedure.

Parameter

Values

Default Comment

ProcName

Any string literal

Name of the procedure



9.2 Proc = End


This command declares the end point of the procedure.