IviSpecAn Error and Warning Codes

LabVIEW IVI Class Driver

IviSpecAn Error and Warning Codes

Status Code Ranges

Status Code Type Numeric Range (in Hex)
IviSpecAn Errors

0xBFFA2001 to 0xBFFA3FFF

IviSpecAn Warnings

0x3FFA2001 to 0x3FFA3FFF

IVI Specific Driver Errors

0xBFFA4000 to 0xBFFA5FFF

IVI Specific Driver Warnings

0x3FFA4000 to 0x3FFA5FFF

IVI Errors

0xBFFA0000 to 0xBFFA1FFF

IVI Warnings

0x3FFA0000 to 0x3FFA1FFF

Common Instrument Driver Errors

0xBFFC0000 to 0xBFFCFFFF

Common Instrument Driver Warnings

0x3FFC0000 to 0x3FFCFFFF

VISA Errors

0xBFFF0000 to 0xBFFFFFFF

VISA Warnings

0x3FFF0000 to 0xFFFFFFF

The IviSpecAn class driver defines the error codes shown in the following table in addition to the IVI defined error codes.

IviSpecAn Error Codes

Error Value Message
IVISPECAN_ERROR_MARKER_NOT_ENABLED 0xBFFA2001 The Active Marker is not enabled.
IVISPECAN_ERROR_NOT_DELTA_MARKER 0xBFFA2002 The Active Marker is not a delta marker.
IVISPECAN_ERROR_MAX_TIME_EXCEEDED 0xBFFA2003 Maximum time exceeded before the operation completed.

IviSpecAn Warning Code

Warning Value Message
IVISPECAN_WARN_OVER_RANGE 0x3FFA2002 Over Range warning
IVISPECAN_WARN_MEASURE_UNCALIBERATED 0x3FFA2001 The instrument was in a uncalibrated state when the measurement was taken.

Related Topic

IVI Status Codes