From 3044205b9aeabb90757c6030f2dc4bcfd1c322bf Mon Sep 17 00:00:00 2001
From: Justin Fichtner <justin.fichtner@lakeshore.com>
Date: 摹曛, 30 11月 2017 08:16:06 +0800
Subject: [PATCH] Implement condition register in Questionable register set

---
 libscpi/inc/scpi/constants.h |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/libscpi/inc/scpi/constants.h b/libscpi/inc/scpi/constants.h
index 6023e6d..ecbfb55 100644
--- a/libscpi/inc/scpi/constants.h
+++ b/libscpi/inc/scpi/constants.h
@@ -41,21 +41,18 @@
 extern "C" {
 #endif
 
-
-/*  4.1.3.6 *IDN? */
-
-#define SCPI_DEFAULT_1_MANUFACTURE "CTU FEE"
-#define SCPI_DEFAULT_2_MODEL "TSI3225"
-#define SCPI_DEFAULT_3 "0"
-#define SCPI_DEFAULT_4_REVISION "01-01"
-
-/* 21.21 :VERSion? 
- * YYYY.V
- * YYYY = SCPI year
- * V = SCPI revision
- */
+    /* 21.21 :VERSion? 
+     * YYYY.V
+     * YYYY = SCPI year
+     * V = SCPI revision
+     */
 #define SCPI_STD_VERSION_REVISION "1999.0"
 
+/* 21.8 :ERRor Subsystem
+ * The maximum string length of <Error/event_description> plus <Device-dependent_info> is 255 characters.
+ */
+#define SCPI_STD_ERROR_DESC_MAX_STRING_LENGTH 255
+
 #ifdef	__cplusplus
 }
 #endif

--
Gitblit v1.9.1