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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 72
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
65
9.17 BreakLoop Instruction
You can break Loop instruction code execution and jump to the next after Loop instruction.
Format
BreakLoop
Example
Main
{
# Start 100 us timer
StartTimer( 100 )
# Run an infinite loop.
Loop
{
# Break the loop after timer expires.
If_Condition( TIMER ) { BreakLoop }
Send TX_FRAME
}
}
Vista de pagina 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 123 124

Comentarios a estos manuales

Sin comentarios