Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual de usuario Pagina 9

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 8
LeCroy Corporation Verification Script Engine Manual, version 2.2
######################################################################################
# ProcessEvent() #
######################################################################################
#
# #
######################################################################################
# Main script function called by the application when the next waited event #
# occurs in the evaluated trace. #
# #
# !!! REQUIRED !!! MUST BE IMPLEMENTED IN THE VERIFICATION SCRIPT #
######################################################################################
#
ProcessEvent()
#
{
#
# The function below shows the specified message only once,
# no matter how many times ProcessEvent is called.
#
ShowStartPrompt("ShowStartPrompt\n");
# Write the body of this function depending on your needs.
r
}
eturn Complete();
######################################################################################
# OnFinishScript() #
######################################################################################
#
######################################################################################
# Main script function called by the application when the script has completed #
# running. Specify in this function some resetting procedures for a successive run #
# of this script. #
# #
# OPTIONAL. #
######################################################################################
OnFinishScript()
{
}
return 0;
######################################################################################
# Additional script functions. #
######################################################################################
# #
# Write your own script-specific functions here. #
# #
######################################################################################
MyFunction(arg)
{
if(arg == “Blah”) return 1;
return 0;
}
Page 9 of 95
Vista de pagina 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 94 95

Comentarios a estos manuales

Sin comentarios