Chapter 14: time text functions, 1 timetotext(), Chapter 14 – Teledyne LeCroy SAS_SATA Protocol Suite Verification Script Engine Reference Manual User Manual

Page 58: Time text functions

Advertising
background image


58

Chapter 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 VSE time object.

Parameters

time

VSE time object


Example

t = Time(100);
ReportText( TimeToText( t ) ); # See ReportText() function below.

Advertising