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 @@ void GPIBSocket::commandLoop() { else if (instrumentRequest == "COMMUNICATIONS ANALYZER") { m_activeDeviceType = 4; } + else if (instrumentRequest == "COMPONENT ANALYZER") { + m_activeDeviceType = 5; + } if (m_activeDeviceType != 0) { ds << TQString("ACK");