beautypg.com

Time text functions, Timetotext(), 14 time text functions – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 60: 1 timetotext()

background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





14 Time Text Functions


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

14.1 TimeToText()


Converts a VSE time object into text.


Format:

TimeToText (time)

Return values:

Returns a text representation of a VSE time object.


Parameters:

time

VSE

time

object

Example:

t = Time(100);

ReportText(TimeToText(t)); # See below details for ReportText() function.

Page 60 of 95