diff options
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/error_utils.c b/error_utils.c index 265ae75..31676d0 100644 --- a/error_utils.c +++ b/error_utils.c @@ -541,6 +541,14 @@ void get_error_text(gchar **response, int error_num) format_error_text(response,-240,"Not possible with the current calibration settings."); break; + case NoHardwareRangeFoundError: + format_error_text(response,-240,"No usable hardware range found."); + break; + + case HardwareWordError: + format_error_text(response,-240,"Nonsensical DAC word produced."); + break; + case GPIB_missing: format_error_text(response,-240,"GPIB chip not detected. Defective hardware?"); break; |