Teledyne-lecroy SAS_SATA Tracer_Trainer Automation API Manual Manual do Utilizador Página 87

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 94
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 )] );
. . .
}
Vista de página 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 93 94

Comentários a estes Manuais

Sem comentários