Teledyne-lecroy UWBTrainer Exerciser Script Language Instrukcja Użytkownika Strona 73

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
}
}
Przeglądanie stron 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag