beautypg.com

6 gettraceendtime(), Race – Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual

Page 83

background image

Teledyne LeCroy

Verification Script Engine Reference Manual




Page 83 of 115



16.6 GetTraceEndTime()


This function returns the VSE Time object representing the ending time of the events in the trace being
processed. Can be used for getting the USB power values within the captured range.


Format:

GetTraceEndTime()


Example:

# Prints out ending time of the trace


end_time = GetTraceEndTime();

ReportText( TimeToText( end_time ) );