Skip to content

Commit 19adc4d

Browse files
Update README.rst
1 parent b00de74 commit 19adc4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ installed already in your Python environment.
2828
Other depencies you'll need for this demo can be installed by running::
2929

3030
pip install -r requirements.txt
31+
32+
PyQtGraph performance
33+
=====================
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.

0 commit comments

Comments
 (0)