Fix component analyzer access

master
Timothy Pearson 9 years ago
parent c6d4bab160
commit b32f713446

@ -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");

Loading…
Cancel
Save