Teledyne-lecroy UWBTracer Verification Script Engine Manual Bedienungsanleitung Seite 52

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 95
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 51
LeCroy Corporation Verification Script Engine Manual, version 2.2
12 Time Calculation Functions
This group of functions covers VSE capability to work with “time”, the VSE time objects.
12.1 AddTime()
Adds two VSE time objects.
Format: AddTime(time1, time2)
Return values:
Returns a VSE time object representing a time interval equal to sum of time_1 and time_2
Parameters:
time_1 VSE time object representing the first time interval
time_2 VSE time object representing the second time interval
Example:
t1 = Time(100);
t2 = Time(2, 200);
t3 = AddTime(t1, t2) # Returns VSE time object = 2 sec 300 ns.
Page 52 of 95
Seitenansicht 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 94 95

Kommentare zu diesen Handbüchern

Keine Kommentare