Time Text Functions; Timetotext() - LeCroy USB Protocol Suite Reference Manual

Verification script engine
Table of Contents

Advertisement

LeCroy Corporation

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)
Parameters:
time
Return values:
Returns a text representation of a VSE time object.
Example:
t = Time(100);
ReportText(TimeToText(t)); # See below details for ReportText() function.
VSE time object
Verification Script Engine Reference Manual
Page 72 of 107

Advertisement

Table of Contents
loading

Table of Contents