You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ Other depencies you'll need for this demo can be installed by running::
32
32
PyQtGraph performance
33
33
=====================
34
34
35
-
The specific version of PyQtGraph can have major influence on the timing stability of the DAQ routine, visible as a fluctuating time stamp in a recorded log file. I observe that ``PyQtGraph==0.11`` leads to a great timing stability of +/- 1 ms, whereas ``0.12.4`` and ``0.13.1`` are very detrimental to the stability with values of +/- 10 ms. The reason for this is still unknown. I have to investigate further.
35
+
The specific version of PyQtGraph *can* have major influence on the timing stability of the DAQ routine, visible as a fluctuating time stamp in a recorded log file. I observe that ``PyQtGraph==0.11`` leads to a great timing stability of +/- 1 ms, whereas ``0.12.4`` and ``0.13.1`` are very detrimental to the stability with values of +/- 20 ms. The reason for this is still unknown. I have to investigate further.
0 commit comments