Teledyne-lecroy UWBTrainer Exerciser Script Language Manual de usuario Pagina 74

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 73
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
66
9.18 Exit Instruction
You can stop script execution at any time.
Format
Exit
Example
Main
{
# Start the timer with timeout 10 seconds.
StartTimer( 10 * 1000000 )
# Run an infinite loop. User interaction is required to break it.
Loop
{
Send TX_FRAME
Send TX_FRAME
If_Condition( TIMER )
{
# Stop script execution after sending frames for 10
# seconds.
Exit
}
}
}
Vista de pagina 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 123 124

Comentarios a estos manuales

Sin comentarios