Teledyne-lecroy UWBTrainer Exerciser Script Language Uživatelský manuál Strana 62

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 124
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
}
Zobrazit stránku 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 123 124

Komentáře k této Příručce

Žádné komentáře