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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 115
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 64
Teledyne LeCroy Verification Script Engine Reference Manual
Page 65 of 115
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)
Parameters:
nanoseconds Number of nanoseconds in specified time
neconds Number of seconds in specified time
Return values:
First function returns [0, nanoseconds], second one returns [seconds, nanoseconds]
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.
Przeglądanie stron 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 114 115

Komentarze do niniejszej Instrukcji

Brak uwag