Teledyne-lecroy Automation API for Bluetooth Analyzers Uživatelský manuál Strana 68

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 110
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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 );
Zobrazit stránku 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 109 110

Komentáře k této Příručce

Žádné komentáře