Teledyne-lecroy Automation API for Bluetooth Analyzers Manual do Utilizador Página 68

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 110
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 );
Vista de página 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 109 110

Comentários a estes Manuais

Sem comentários