Teledyne-lecroy SATracer 3G Verification Script Engine manual Uživatelský manuál Strana 44

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 68
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 43
LeCroy Corporation Verification Script Engine Reference Manual Version 1.01
Format : MulTimeByInt (time, mult)
Return values:
Returns VSE time object representing the time interval equal to the product of 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.
11.4 DivTimeByInt()
Divides VSE time object by integer value
Format : DivTimeByInt (time, div)
Return values:
Returns VSE time object representing the time interval equal to the quotient of time / div
Parameters:
time - VSE time object
div - divisor, integer value
Example:
t = Time(2, 200);
t1 = DivTimeByInt ( t, 2 ) # - returns VSE time object = 1 sec 100 ns.
39
Zobrazit stránku 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 67 68

Komentáře k této Příručce

Žádné komentáře