IviScope Error and Warning Codes
Status Code Ranges
Status Code Type |
Numeric Range (in Hex) |
IviScope Errors |
0xBFFA2001 to 0xBFFA2003 |
IviScope Warnings |
0x3FFA2001 to 0xBFFA2004 |
IVI Specific Driver Errors |
0xBFFA4000 to 0xBFFA5FFF |
IVI Specific Driver Warnings |
0x3FFA4000 to 0x3FFA5FFF |
IVI Errors |
BFFA0000 to BFFA1FFF |
IVI Warnings |
3FFA0000 to 3FFA1FFF |
Common Instrument Driver Errors |
BFFC0000 to BFFCFFFF |
Common Instrument Driver Warnings |
3FFC0000 to 3FFCFFFF |
VISA Errors |
BFFF0000 to BFFFFFFF |
VISA Warnings |
3FFF0000 to 3FFFFFFF |
The IviScope class driver defines the following error codes in addition to the IVI defined error codes.
IviScope Error Codes
Error |
Value |
Message |
IVISCOPE_ERROR_CHANNEL_NOT_ENABLED |
0xBFFA2001 |
Channel not enabled for acquisition. |
IVISCOPE_ERROR_UNABLE_TO_PERFORM_MEASUREMENT |
0xBFFA2002 |
Unable to perform desired waveform measurement VI. |
IVISCOPE_ERROR_MAX_TIME_EXCEEDED |
0xBFFA2003 |
Maximum time exceeded before the operation completed. |
IVISCOPE_ERROR_INVALID_ACQ_TYPE |
0xBFFA2004 |
Invalid acquisition type |
IviScope Warning Code
Warning |
Value |
Message |
IVISCOPE_WARN_INVALID_WFM_ELEMENT |
0x3FFA2001 |
One of the elements in the waveform array is invalid. |
Related Topic
IVI Status Codes