beautypg.com

4 fctrace object – Teledyne LeCroy SierraFC Automation API User Manual

Page 21

background image

LeCroy Corporation

SierraFC M8-4 API Reference Manual

Manual Version 1.00

21

4 FCTrace Object


The FCTrace object represents the recorded trace file.

The FCTrace object allows users to:

o Get trace information.
o Access trace packets.
o Access trace errors.
o Save/export the trace or a portion of the trace.


The FCTrace object can be created by:

o Using the

IFCAnalyzer::OpenFile

method

o Using the

IFCAnalyzer::MakeRecording

method

o Handling the

_IFCAnalyzerEvents::OnTraceCreated

event


The FCTrace object supports the following interfaces:

Interfaces

Description

Itrace

Implements trace packets and trace errors access,
different report types, export, and saving.

IFCTrace

Extends ITrace interface:
Adds functionality for accessing the FCTracePacket
object.

IFCVerificationScript

Exposes functionality for running verification scripts.


The IFCTrace interface is a primary interface for the FCTrace object.