Teledyne-lecroy UWBTracer Verification Script Engine Manual Uživatelský manuál Strana 59

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 58
LeCroy Corporation Verification Script Engine Manual, version 2.2
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)
Return values:
Returns 1 if min_time <= time <= max_time,
Returns 0 otherwise.
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
Example:
t1 = Time(100);
t = Time(400);
t2 = Time(500);
If(IsTimeInInterval (t1, t, t2)) DoSomething();
Page 59 of 95
Zobrazit stránku 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 94 95

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

Žádné komentáře