About Analyzer Events

OnHardwareEvent


Description

Triggered by a hardware event. See a list of Hardware Events

Note: Some Severe Events are also used as Error Messages

 VB Syntax

Sub app_OnHardwareEvent(ByVal eventID As Variant)


Variable

(Type) - Description

app

An Application (object)

eventID

Code number of the event which occurred

Return Type

Not Applicable

Default

Not Applicable


Examples

Private Sub pna_OnHardwareEvent(ByVal eventID As Variant)
MsgBox ("A Hardware event has occured")
End Sub


C++ Syntax

HRESULT OnHardwareEvent(VARIANT eventID)

Interface

IApplication

Selected Hardware Events

848 naEventID_PHASELOCK

852 naEventID_RFPOWEROFF

853 naEventID_RFPOWERON

855 naEventID_UNLEVELED

857 naEventID_OVERLOAD

914 naEventID_TRIGGER_REQUIRES_EDGE_LEVEL_TRIGGER

915 naEventID_TRIGGER_REQUIRES_TRIGGER_OUT

See Also

Errors and the SCPIStringParser Object


Last modified:

Nov. 6, 2006

Added events