Teledyne-lecroy Verification Script Engine (VSE) Manual Bedienungsanleitung Seite 49

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 115
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 48
Teledyne LeCroy Verification Script Engine Reference Manual
Page 49 of 115
8.12 SendDirection()
This function specifies more precise tuning for sending events only for a specified direction of the link.
Format: SendDirection (direction)
Parameters:
direction Can have one of the following values:
Primitive Values
Constant
Direction
_IN
Direction is from Host to Device (value = 2)
_OUT
Direction is from Device to Host (value = 3)
_ANY
Any Direction
If this parameter parameter is omitted, trace events of all directions are sent, which is the same as:
SendTraceEvent(_ANY);
Example:
SendBusState(_IN); # Send events that were transmitted from Host to Device.
SendBusState(); # Send events in all directions.
SendBusState(_ANY); # Send events in all directions.
Seitenansicht 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 114 115

Kommentare zu diesen Handbüchern

Keine Kommentare