Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 68

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 67
62
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.13 IRecOptions:: SetFilterPolarity
Sets the whether to filter in or out the recording events
Parameters
filter_out - TRUE - fTilter out, FALSE -filter in
Return values
E_INVALIDARG – operation 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.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetFilterPolarity 0 ' filter in
C++:
HRESULT SetFilterPolarity (
[in] BOOL filter_out );
Przeglądanie stron 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag