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

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 115
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 72
Teledyne LeCroy Verification Script Engine Reference Manual
Page 73 of 115
13.4 IsTimeInInterval()
Verifies that a VSE time object is greater than a minimum VSE time object and less than a maximum
VSE time object.
Format: IsTimeInInterval(min_time, time, max_time)
Parameters:
min_time VSE time object representing a minimum interval
time VSE time object representing a time interval
max_time VSE time object representing a maximum interval
Return values:
Returns 1 if min_time <= time <= max_time,
Returns 0 otherwise.
Example:
t1 = Time(100);
t = Time(400);
t2 = Time(500);
If(IsTimeInInterval (t1, t, t2)) DoSomething();
Seitenansicht 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 114 115

Kommentare zu diesen Handbüchern

Keine Kommentare