Teledyne-lecroy IBTracer 4X - IBTracer Verification Script Engine Uživatelský manuál Strana 26

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 35
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 25
Computer Access Technology Corporation IBTracer Verification Script Engine Manual, version 1.0
Page 26 of 35
14.2 EnableOutput()
Enables showing information in the output window.
Format : EnableOutput ()
Example:
EnableOutput ( );
14.3 DisableOutput()
Disables showing information in the output window.
Format : DisableOutput ()
Example:
DisableOutput ();
15. Common Retrieving functions
This group of functions covers VSE capability to retrieve information from the recorded trace.
15.1 RetrievePktPayload()
Retrieves the packet payload inside the script and makes valid two input context members :
in.Payload - the bit source of the packet payload and
in.PayloadLength - the length(in bytes of the retrieved packet payload)
Format : RetrievePktPayload ()
Example:
RetrievePktPayload ( ); # actualize input context packet payload related members
val = GetNBits( in.Payload, 128, 8 ); # retrieve one byte from packet payload starting
# from offset 16 bytes
Remark :
Zobrazit stránku 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 34 35

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

Žádné komentáře