beautypg.com

5 gettracestarttime(), Race, Tart – Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual

Page 82

background image

Teledyne LeCroy

Verification Script Engine Reference Manual




Page 82 of 115



16.5 GetTraceStartTime()


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


Format:

GetTraceStartTime()


Example:

# Prints out starting time of the trace


start_time = GetTraceStartTime();

ReportText( TimeToText( start_time ) );