total_elapsed_time()

Returns the time elapsed since the last start_timer() was called as an AEL list of length 2. The first item of the list is an integer that represents the seconds elapsed. The second item of the list is an integer that represents the microseconds elapsed. If an error occurs (like start_timer() was not previously called), then NULL is returned.

Syntax:

total_elapsed_time();

Example:
decl time, sec, usec;
start_timer();
.....
time = total_elapsed_time();
sec = nth(0,time);
usec = nth(1,time);

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources