|
|
|
@ -575,9 +575,11 @@ void CommAnalyzerPart::mainEventLoop() {
|
|
|
|
|
#if 1
|
|
|
|
|
// Trace grap is slow on most instruments
|
|
|
|
|
// Put in the next trace request before processing the trace we just got so as to increase the overall update rate
|
|
|
|
|
// Get trace, step 1
|
|
|
|
|
ds << TQString("GETSPECTRUMTRACE");
|
|
|
|
|
m_socket->writeEndOfFrame();
|
|
|
|
|
if (m_commHandlerMode == 0) {
|
|
|
|
|
// Get trace, step 1
|
|
|
|
|
ds << TQString("GETSPECTRUMTRACE");
|
|
|
|
|
m_socket->writeEndOfFrame();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
// Update display widget(s)
|
|
|
|
|