Teledyne-lecroy UWBTrainer Exerciser Script Language Manual do Utilizador Página 73

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 123 124

Comentários a estes Manuais

Sem comentários