Replies: 1 comment
-
|
Hello, i don't think the log takes that much time, but the execution of the getCountRate() function takes about 100ms. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I record photon signals from an single photon counting modules (SPCMs) with a MultiHarp 150.
To get arrival times of photons and their changes as experimental sequences start, I run measurements in C1StartCTCStop mode using Unfold.measure(…).
However, I’ve noticed that the getCountRate() call and its accompanying log printout at the start of Unfold.measure() introduce roughly a 500 ms delay between the C1 trigger transition and the actual measurement.
Since the experimental sequence is supposed to begin exactly when C1 transitions, this delay makes it difficult to achieve precise timing.
Could you please let me know:
I’m using Python 3.13.2 on Windows 10 with the latest version of snAPI installed.
I’ve disabled all logLevel settings, yet when I call Unfold.measure(…) I still see the following log output at the very start:
screenshot1. logLevel setting

screenshot2. code for measure

screenshot3. log printout

Thank you!
Beta Was this translation helpful? Give feedback.
All reactions