8 ianalyzer::loaddisplayoptions, Parameters, Return values – Teledyne LeCroy Automation API for Teledyne LeCroy PETracer_PETrainer User Manual
Page 19: Remarks, Example, Ianalyzer::loaddisplayoptions

Teledyne LeCroy
Automation API for PETracer/PETrainer
14
3.1.8 IAnalyzer::LoadDisplayOptions
HRESULT LoadDisplayOptions (
[in] BSTR do_file_name )
Loads display options that apply to a trace opened or recorded later.
Parameters
do_file_name
String providing the full pathname to a 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
apply only on trace file opened or recorded after this call.
Display options file is the file with extension .opt created by the PETracer application. You can create
this file when you select “Setup -> Display Options…” from the PETracer application menu, change the settings
in the “Display Options” dialog box, and then select the “Save…” button.
Example
See
ITrace::ApplyDisplayOptions
,
Page 27.