summaryrefslogtreecommitdiffstats
path: root/servers
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-10 00:36:16 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-10 00:36:16 -0500
commitb32f713446eaf5ebb417281afe7740d149eb3f3b (patch)
tree98c113e372511023e70c4fa10d1680308670e473 /servers
parentc6d4bab1608c330c0ef9b0d4b0aea886412c9738 (diff)
downloadulab-b32f713446eaf5ebb417281afe7740d149eb3f3b.tar.gz
ulab-b32f713446eaf5ebb417281afe7740d149eb3f3b.zip
Fix component analyzer access
Diffstat (limited to 'servers')
-rw-r--r--servers/gpib_server_lin/src/gpib_conn.cpp3
1 files changed, 3 insertions, 0 deletions
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");