Time Logical Functions; Isequaltime() - LeCroy USB Protocol Suite Reference Manual

Verification script engine
Table of Contents

Advertisement

LeCroy Corporation

13 Time Logical Functions

This group of functions covers VSE capability to compare VSE time objects.

13.1 IsEqualTime()

Verifies that one VSE time object is equal to another VSE time object.
Format:
IsEqualTime (time1, time2)
Parameters:
time_1
time_2
Return values:
Returns 1 if time_1 is equal to time_2,
Returns 0 otherwise.
Example:
t1 = Time(100);
If(IsEqualTime(t1, t2)) DoSomething();
VSE time object representing the first time interval
VSE time object representing the second time interval
t2 = Time(500);
Verification Script Engine Reference Manual
Page 68 of 107

Advertisement

Table of Contents
loading

Table of Contents