
Teledyne LeCroy Verification Script Engine Reference Manual
Page 39 of 115
8.2 SendLevelOnly()
This function specifies that ONLY events of a specified transaction level should be sent to the script.
Currently only frame level events can be sent to verification scripts.
Format: SendLevelOnly(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)
Example:
…
SendLevelOnly(_PKT); # Send ONLY packet level events.
Comentarios a estos manuales