Teledyne-lecroy Verification Script Engine (VSE) Manual Uživatelský manuál Strana 47

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 115
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 46
Teledyne LeCroy Verification Script Engine Reference Manual
Page 47 of 115
8.10 SendTraceEventOnly()
This function specifies that ONLY the event specified in this function is sent to the script.
Format: SendTraceEventOnly(event)
Parameters:
event See SendTraceEvent() for all possible values
Remark:
This function may be useful, when there are many events to be sent, to send only one kind of event and not
send the other ones.
Example:
SendTraceEvent(_PACKET); # Send all packets.
if(SomeCondition)
{
SendTraceEventOnly (_USB2_TOKEN);
# Only Token packets are sent.
}
Zobrazit stránku 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 114 115

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

Žádné komentáře