Teledyne-lecroy Verification Script Engine (VSE) Manual Manuale Utente Pagina 9

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 115
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 8
Teledyne LeCroy Verification Script Engine Reference Manual
Page 9 of 115
######################################################################################
# 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()
{
# Write the body of this function depending on your needs.
Return 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;
}
Vedere la pagina 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 114 115

Commenti su questo manuale

Nessun commento