4 divtimebyint() – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 53

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

48

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.

Advertising