9 ianalyzer::loaddisplayoptions, Ianalyzer::loaddisplayoptions – Teledyne LeCroy FireInspector Automation Application Programming Interface User Manual

Page 24

Advertising
background image

20

FireInspector Automation User’s Manual

CATC

Version 1.0

2.3.9

IAnalyzer::LoadDisplayOptions

Loads display options that will apply for trace opened or recorded later.

Syntax

HRESULT LoadDisplayOptions (

[in] BSTR do_file_name );

Parameters

do_file_name

string providing the full pathname to display options file

Return values

ANALYZERCOMERROR_UNABLELOADDO

unable to load display options file

Remarks
Use this method if you want to filter traffic of some type. The display options loaded by
this method call will apply only on trace file opened or recorded after this call.

Display options file is the file with extension .opt created by FireInspector application.
You can create such file when you select Setup > Display Options… from FireInspector
application menu, change the display options in the appeared dialog and select “Save…”
button.

Example
See

ITrace::ApplyDisplayOptions on page 28.

Advertising