Teledyne-lecroy UWBTracer Verification Script Engine Manual Instrukcja Użytkownika Strona 51

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 50
LeCroy Corporation Verification Script Engine Manual, version 2.2
11 Time Construction Functions
This group of functions is used to construct VSE time objects.
11.1 Time()
Constructs a verification script time object.
Format: Time(nanoseconds)
Time(seconds, nanoseconds)
Return values:
First function returns [0, nanoseconds], second one returns [seconds, nanoseconds]
Parameters:
nanoseconds Number of nanoseconds in specified time
neconds Number of seconds in specified time
Example:
Time (50 * 1000); # Create time object of 50 microseconds.
Time (3, 100); # Create time object of 3 seconds and 100 nanoseconds.
Time(3 * MICRO_SECS); # Create time object of 3 microseconds.
Time(4 * MILLI_SECS); # Create time object of 4 milliseconds.
Note: MICRO_SECS and MILLI_SECS are constants defined in VS_constants.inc.
Page 51 of 95
Przeglądanie stron 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag