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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 67
LeCroy Corporation Verification Script Engine Manual, version 2.2
17 Navigation Functions
17.1 GotoEvent()
This function forces the application to jump to some trace event and shows it in the main trace view.
Format: GotoEvent(level, index)
GotoEvent()
Parameters:
level Transaction level of the event to jump (possible value is _FRM)
index Transaction index of the event to jump
Remarks:
If no parameters were specified, the application jumps to the current event being processed by VSE.
If wrong parameters were specified (for example, index exceeding the maximal index for the specified
transaction level), the function does nothing and an error message is sent to the output window.
Example:
if(Something == interesting) GotoEvent(); # Go to the current event.
if(SomeCondition)
{
interesting_level = in.Level;
interesting_index = in.Index;
}
OnFinishScript()
{
# Go to the interesting event.
GotoEvent(interesting_level, interesting_index);
}
Page 68 of 95
Vista de pagina 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 94 95

Comentarios a estos manuales

Sin comentarios