Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manual de usuario Pagina 36

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 64
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 35
Verification Script Engine Reference Manual
31
13.3 MulTimeByInt()
Multiplies VSE time object by integer value
Format : MulTimeByInt (time, mult)
Return values:
Returns VSE time object presenting time interval equal to time * mult
Parameters:
time - VSE time object
mult - multiplier, integer value
Example:
t = Time(2, 200);
t1 = MulTimeByInt ( t, 2 ) # - returns VSE time object = 4 sec 400 ns.
13.4 DivTimeByInt()
Divides VSE time object by integer value
Format : DivTimeByInt (time, div)
Return values:
Returns VSE time object presenting time interval equal to time / div
Parameters:
time - VSE time object
div - divider, integer value
Example:
t = Time(2, 200);
t1 = DivTimeByInt ( t, 2 ) # - returns VSE time object = 1 sec 100 ns.
Vista de pagina 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 63 64

Comentarios a estos manuales

Sin comentarios