Teledyne-lecroy Automation API for Bluetooth Analyzers Manual de usuario Pagina 68

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 110
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 109 110

Comentarios a estos manuales

Sin comentarios