Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Manuale Utente Pagina 51

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 97
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 50
51
Chapter 10: Time Construction Functions
This group of functions constructs VSE time objects.
10.1 Time()
Constructs a verification script time object.
Format : Time(nanoseconds)
Time(seconds, nanoseconds)
Return values
First function returns [0, nanoseconds], and second returns [seconds, nanoseconds].
Parameters
nanoseconds Number of nanoseconds in specified time
seconds 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.
Vedere la pagina 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 96 97

Commenti su questo manuale

Nessun commento