Teledyne-lecroy FireInspector Automation Application Programming I Manuel d'utilisateur Page 63

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 92
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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++:
Vue de la page 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 91 92

Commentaires sur ces manuels

Pas de commentaire