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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 60
57
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.8 IRecOptions::SetSaveExternalSignals
Sets the flag indicating to save external signals.
Syntax
HRESULT SetSaveExternalSignals (
[in] BOOL save );
Parameters
save – possible values:
TRUE – save external signals
FALSE – do not save external signals
Return values
Remarks
By default external signals are not saved.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("CATC.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetSaveExternalSignals TRUE
C++:
Page view 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 91 92

Comments to this Manuals

No comments