beautypg.com

10 iuwbanalyzer::loaddisplayoptions, Iuwbanalyzer::loaddisplayoptions – Teledyne LeCroy UWBTracer Automation Manual User Manual

Page 22

background image

LeCroy

UWBTracer Automation API Reference Manual

Manual Version 3.02

18

3.1.10

IUwbAnalyzer::LoadDisplayOptions


HRESULT LoadDisplayOptions (

[in] BSTR do_file_name );

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

Parameters

do_file_name

String providing the full pathname to the display options file

Return values

ANALYZERCOMERROR_UNABLELOADDO

Unable to load the 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 to a trace file opened or recorded after this call.

Display options file is the file with extension .opt created by the UWBTracer application. You can create
such file when you select Setup – Display Options from the UWBTracer application menu, change the
display options in the dialog, and select the Save button.

Example

See the

IUwbTrace::ApplyDisplayOptions

section.