2 getscriptname(), Cript – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 63

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

58

15.2 GetScriptName()


This function returns the name of the verification script where this function is called.


Format:

GetScriptName()


Example:

ReportText( “Current script : ” + GetScriptName() );


Advertising