Description |
Triggered by a SCPI event. Note: Some Severe Events are also used as Error Messages |
VB Syntax |
Sub app_OnSCPIEvent(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_OnSCPIEvent(ByVal eventID As Variant) |
|
|
C++ Syntax |
HRESULT OnSCPIEvent(VARIANT eventID ) |
Interface |
IApplication |
1284 naEventID_SCPI_STATUS_BYTE_CHANGE
1360 naEventID_BAD_SCPI_EXECUTE
1375 naEventID_CALC_MEASUREMENT_SET_TO_NONE
Errors and the SCPIStringParser Object