Divtimebyint() - LeCroy USB Protocol Suite Reference Manual

Verification script engine
Table of Contents

Advertisement

LeCroy Corporation

12.4 DivTimeByInt()

Divides a VSE time object by an integer value.
Format:
DivTimeByInt (time, div)
Parameters:
time
div
Return values:
Returns a VSE time object representing time interval equal to time / div.
Example:
t
= Time(2, 200);
t1 = DivTimeByInt (t, 2)
VSE time object
Divider, integer value
# Returns VSE time object = 1 sec 100 ns.
Verification Script Engine Reference Manual
Page 67 of 107

Advertisement

Table of Contents
loading

Table of Contents