Teledyne-lecroy SAS_SATA Tracer_Trainer Automation API Manual Bedienungsanleitung Seite 87

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 94
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 86
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
87
9.1.3 IVScriptEngineEvents::OnNotifyCount
HRESULT OnNotifyCount (
[in] int eventId,
[in] VARIANT eventBody,
[in] int TAG )
Fired when running a verification script. Calls the NotifyClient() function.
Parameters
eventID Event ID
eventBody Body of event packed in a VARIANT object
TAG VSE object's tag
Return values
Remarks
The information packed in the event body is opaque for VSE. It only packs the
information given to the NotifyClient() function inside of a verification script into a VARIANT
object and sends it to client applications.
See the SASTracer Verification Script Engine Manual for details about the
NotifyClient() script function.
Example
SASTracer Verification script:
ProcessEvent()
{
. . .
NotifyClient( 2, [in.Index, in.Level, GetChannelName(),
GetEventName(), TimeToText( in.Time )] );
. . .
}
Seitenansicht 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 93 94

Kommentare zu diesen Handbüchern

Keine Kommentare