Teledyne-lecroy UWBTracer Verification Script Engine Manual Manuel d'utilisateur Page 35

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 95
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 34
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.10 DontSendTraceEvent()
This function specifies that the event specified in this function should not be sent to a script.
Format: DontSendTraceEvent (event)
Parameters:
event See SendTraceEvent() for all possible values.
Example:
SendTraceEvent(_FRAMES); # Send all frames.
if(SomeCondition)
{
DontSendTraceEvent (_FRM_DATA); # Don’t send Data frames.
DontSendTraceEvent (_FRM_CONTROL); # Don’t send Control frames.
DontSendTraceEvent (_FRM_COMMAND); # Don’t send Command frames.
DontSendTraceEvent (_FRM_AGG_DATA); # Don’t send Agg Data frames.
DontSendTraceEvent (_FRM_OTHER); # Don’t send Other frames.
# Only Beacon frames are sent.
}
Page 35 of 95
Vue de la page 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 94 95

Commentaires sur ces manuels

Pas de commentaire