
AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite 133
SASVScriptEngineObjectEvents
TeledyneLeCroy
IVScriptEngineEvents::OnNotifyCount
HRESULT OnNotifyCount (
[in] int eventId,
[in] VARIANT eventBody,
[in] int TAG )
Fireswhenrunningaverificationscript.CallstheNotifyClient()function.
Parameters
eventID EventID
eventBody BodyofeventpackedinaVARIANTobject
TAG VSEobjecttag
ReturnValue
Remarks
Theinformationpackedintheeventbodyis opaqueforVSE.Itonlypackstheinformation
giventotheNotifyClient()functioninsideofaverificationscriptintoaVARIANTobject
andsendsittoclientapplications.
SeetheSASTracerVerificationScriptEngineManualfordetailsabouttheNotifyClient()
scriptfunction.
Example
SASTracer Verification script:
ProcessEvent()
{
. . .
NotifyClient( 2, [in.Index, in.Level, GetChannelName(),
GetEventName(), TimeToText( in.Time )] );
. . .
}
Comentários a estes Manuais