Teledyne-lecroy SATracer 3G Verification Script Engine manual Manual de usuario Pagina 42

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 68
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 41
LeCroy Corporation Verification Script Engine Reference Manual Version 1.01
10 Time Construction Functions
This group of functions are used to construct 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], second one 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.
37
Vista de pagina 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 67 68

Comentarios a estos manuales

Sin comentarios