Teledyne-lecroy FireInspector Automation Application Programming I Instrukcja Użytkownika Strona 63

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 92
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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++:
Przeglądanie stron 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 91 92

Komentarze do niniejszej Instrukcji

Brak uwag