Admin Production ni-theme
Current Publication

Error and Warning Codes

IVI Compliance Package

IviDigitizer Error and Warning Codes

The VIs in this driver class generate return values that report the status of this operation.

Status Code Ranges

Status Code Type Numeric Range (in Hex)
IviDigitizer Errors 0xBFFA2001 to 0xBFFA3FFF
IviDigitizer Warnings 0x3FFA2001 to 0x3FFA3FFF
Specific Driver Errors 0xBFFA4000 to 0xBFFA5FFF
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 0x3FFFFFFF

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

IviDigitizer Error Codes

Error Codes Value Description
IVIDIGITIZER_ERROR_CHANNEL_NOT_ENABLED 0xBFFA2001 The channel is not enabled.
IVIDIGITIZER_ERROR_MAX_TIME_EXCEEDED 0xBFFA2002 Maximum time exceeded before the operation completed.
IVIDIGITIZER_ERRMSG_ARM_NOT_SOFTWARE 0xBFFA2003 Arm source is not set to software arm.
IVIDIGITIZER_ERROR_INCOMPATIBLE_FETCH 0xBFFA2004 The multi-record acquisition fetch functions must be used if the number of records to acquire is greater than 1.
IVIDIGITIZER_ERROR_TRIGGER_NOT_SOFTWARE 0xBFFA1001 Trigger source is not set to software trigger.

Related Topic

IVI Status Codes