beautypg.com

3 multimebyint() – Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual

Page 68

background image

Teledyne LeCroy

Verification Script Engine Reference Manual




Page 68 of 115



12.3 MulTimeByInt()


Multiplies a VSE time object by an integer value.


Format:

MulTimeByInt (time, mult)


Parameters:

time

VSE time object


mult

Multiplier, integer value

Return values:

Returns a VSE time object representing a time interval equal to time * mult


Example:

t = Time(2, 200);

t1 = MulTimeByInt (t, 2) # Returns VSE time object = 4 sec 400 ns.