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

  • 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 37
Teledyne LeCroy Verification Script Engine Reference Manual
Page 38 of 115
8 Sending Functions
This topic contains information about the special group of VSE functions that specify the events the
verification script should expect to receive.
8.1 SendLevel()
This function specifies that events of specified transaction level should be sent to the script.
Currently only frame level events can be sent to verification scripts.
Format: SendLevel(level)
Parameters:
level Can be one of following values:
_PKT: Packet level (value = 0)
_TRA: Transaction level (value = 1)
_SPL_TRA: Split Transaction level (value = 2)
_XFER: Transfer level (value = 3)
Remark:
If no level was specified, events of frame level are sent to the script by default.
Example:
SendLevel(_PKT); # Send packet level events.
Zobrazit stránku 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 114 115

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

Žádné komentáře