beautypg.com

Time text functions, Timetotext(), 13 time text functions – Teledyne LeCroy SATracer 3G Verification Script Engine manual User Manual

Page 47

background image

LeCroy Corporation

Verification Script Engine Reference Manual

Version 1.01

13 Time Text Functions


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

13.1 TimeToText()

Converts a VSE time object into text.


Format :

TimeToText (time)


Return values:

Returns a text representation of VSE time object


Parameters:

time - VSE time object

Example:

t = Time(100);

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

42