beautypg.com

Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 8

background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





######################################################################################
# Global Variables and Constants #
######################################################################################

# Define your verification script-specific global variables and constant in this section.
# (Optional)


const MY_GLOBAL_CONSTANT = 10;
set g_MyGlobalVariable = 0;

######################################################################################
# OnStartScript() #
######################################################################################
# #

# Main intialization routine for setting up all necessary #
# script parameters before running the script. #

# #

######################################################################################

OnStartScript()

{

######################################################################################

# Specify in the body of this function the initial values for global variables #
# and what kinds of trace events should be passed to the script. #
# (By default, only Primitive events from all channels #
# are passed to the script.

#

# #

# For details about how to specify the kind of events to pass to the script, #

# please see the topic ‘Sending Functions’. #
# #

# OPTIONAL. #
######################################################################################


# Uncomment the line below if you want to disable output from
# ReportText()-functions.
#

}

# DisableOutput();

Page 8 of 95