beautypg.com

15 time text functions, 1 timetotext() – Teledyne LeCroy SierraFC Verification Script Engine Reference Manual User Manual

Page 39

background image

Verification Script Engine Reference Manual

34

15 Time text functions


This group of functions covers VSE capability to convert VSE time objects into text strings.

15.1 TimeToText()

Converts a VSE time object into text.


Format :

TimeToText (time)


Return values:

Returns text representation of VSE time object


Parameters:

time - VSE time object

Example:

t = Time(100);

ReportText( TimeToText( t ) ); # see below details for ReportText() function