3 isasverificationscript interface – Teledyne LeCroy SAS_SATA Tracer_Trainer Automation API Manual User Manual

Page 44

Advertising
background image

LeCroy Corporation

Automation API for SAS/SATATracer/Trainer

Manual Version 1.11

44

4.3 ISASVerificationScript Interface

The ISASVerificationScript interface is an interface for the SASTrace object. It exposes the
trace functionality for running verification scripts. This interface is not dual—which means
that scripting languages cannot use it directly, though all of its methods described below are
exposed to script languages through the primary automation interface of the
SASTrace
object.

Remarks

Verification scripts are scripts written in a special manner using the CATC Script Language
(CSL). These scripts can be “run” over a recorded trace to “verify” the trace for some
verification conditions or to extract more advanced information from the trace. Such scripts
utilize a special feature of the SASTracer application, its Verification Script Engine.

Please refer to the SASTracer Manual, SASTracer Verification Script Engine Manual, and
SASTracer File Based Decoding Manual for more details.

Attention

The functions of this interface may be legally called either for regular traces or
multi-segmented traces. The VSE will open segments of the multi-segmented trace during
script execution when it is needed.

Advertising