3 multimebyint() – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 52

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

47

11.3 MulTimeByInt()


Multiplies VSE time object by integer value


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.



Advertising