Teledyne-lecroy IBTracer 4X - IBTracer Verification Script Engine Manuel d'utilisateur Page 26

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 35
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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 :
Vue de la page 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 34 35

Commentaires sur ces manuels

Pas de commentaire