Teledyne-lecroy FireInspector Automation Application Programming I Manual do Utilizador Página 63

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 92
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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++:
Vista de página 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 91 92

Comentários a estes Manuais

Sem comentários