Teledyne-lecroy Verification Script Engine (VSE) Manual Instrukcja Użytkownika Strona 67

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 115
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 66
Teledyne LeCroy Verification Script Engine Reference Manual
Page 67 of 115
12.2 SubtractTime()
Subtracts two VSE time objects.
Format: SubtractTime (time1, time2)
Parameters:
time_1 VSE time object presenting first time interval
time_2 VSE time object presenting second time interval
Return values:
Returns a VSE time object representing a time interval equal to subtraction of time_1 and time_2
Example:
t1 = Time(100);
t2 = Time(2, 200);
t3 = SubtractTime (t2, t1) # Returns VSE time object = 2 sec 100 ns.
Przeglądanie stron 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 114 115

Komentarze do niniejszej Instrukcji

Brak uwag