Teledyne-lecroy FireInspector Automation Application Programming I User Manual Page 63

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 62
59
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.10 IRecOptions:: SetFilterPolarity
Sets the whether to filter in or out the recording events.
Syntax
HRESULT SetFilterPolarity (
[in] BOOL filter_out );
Parameters
filter_out – possible values:
TRUE – filter out
FALSE – filter in
Return values
E_INVALIDARGoperation code and/or connection was specified
Remarks
By default all events are filtered out.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("CATC.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetFilterPolarity 0 ' filter in
C++:
Page view 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 91 92

Comments to this Manuals

No comments