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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 61
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
54
9.9 Reset Condition Instruction
You can reset the conditions registered as non auto-reset and change its state from "triggered" to
"charged".
Format
ConditionReset( condition_name )
or
ResetCondition( condition_name )
The instruction named parameter is:
Name: Condition name.
Example
Main
{
RegRxFrmCondition ( HDR_COND )
{
# Header Mask/Match
PLCP
{
DestAddr = 0xAABB
SrcAddr = 0xBEEF
}
}
Wait( HDR_COND ) # Wait for condition to be triggered.
# Do something.
ResetCondition( HDR_COND ) # Reset condition after it is triggered.
Wait( HDR_COND ) # Again wait for condition to be triggered.
}
Przeglądanie stron 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag