Branch: master

b32f7134 2015-09-10 00:36:16 Timothy Pearson
Fix component analyzer access
M servers/gpib_server_lin/src/gpib_conn.cpp
diff --git a/servers/gpib_server_lin/src/gpib_conn.cpp b/servers/gpib_server_lin/src/gpib_conn.cpp
index 86ca4a8..3e8777f 100644
--- a/servers/gpib_server_lin/src/gpib_conn.cpp
+++ b/servers/gpib_server_lin/src/gpib_conn.cpp
@@ -211,6 +211,9 @@
 					else if (instrumentRequest == "COMMUNICATIONS ANALYZER") {
 						m_activeDeviceType = 4;
 					}
+					else if (instrumentRequest == "COMPONENT ANALYZER") {
+						m_activeDeviceType = 5;
+					}
 
 					if (m_activeDeviceType != 0) {
 						ds << TQString("ACK");