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

  • 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 60
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
53
9.8 Revoke Condition Instruction
You can instruct the UWBTrainer to release all resources associated with some condition.
Especially do this if several conditions are not being used.
Format
ConditionRevoke( condition_name )
or
RevokeCondition( condition_name )
The instruction named parameter is:
Name: Condition name.
Example
Main
{
# Register the RX Frame condition named "HDR_COND_1".
RegRxFrmCondition ( HDR_COND_1 )
{
# Header Mask/Match
PLCP
{
DestAddr = 0xAABB
SrcAddr = 0xBEEF
}
}
# Do something.
# Revoke condition from the UWBTrainer condition list.
RevokeCondition ( HDR_COND_1 )
}
Zobrazit stránku 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 123 124

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

Žádné komentáře