17 power tracker functions, 1 ispowercaptured (), Power tracker functions – Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual
Page 84: Ower, Aptured

Teledyne LeCroy
Verification Script Engine Reference Manual
Page 84 of 115
17 Power Tracker Functions
This functions can be used to retrieve Power Capture parameters by time. Power capture parameters are
displayed by the Power Tracker view in the USB Suite application.
Note: MANY power samples can occur before the first packet in a caapture, and after the last packet in a
capture. The samples are taken from the start of recording until the end at 20 microsecond intervals.
17.1
IsPowerCaptured ()
This function can be used to determine if power parameters were captured for the trace being
processed.
Format:
IsPowerCaptured()
Parameters:
none
Example:
if( IsPowerCaptured() )
{
# retrieve some power parameters by time
…
}