Scopy 1.4.0 Oscilloscope: The displayed and set memory depths are different during Run.
Closed this issue · 1 comments
TOIVI61 commented
Environment:
- OS: Windows 10 21H2
- FW Version: v0.28
- SW Version: Scopy v1.4.0 gitTag=f8fd4de
Describe the bug
The displayed and set memory depths are different during Run.
To Reproduce
Steps to reproduce the behavior:
- Started the signal generator with the following configuration: 1MHz 5V Sine on Channel 1
- Started the oscilloscope with the following configuration:Time Base = 5us, Memory depth = 8000
- On the oscilloscope, the time base is reduced by "-" to 200 ns
The only available memory depth setting is 320. The displayed memory depth is "352 samples at 100 Msps".
Expected behavior
The displayed memory depth is "320 samples at 100 Msps".
Additional context
The attached logging file contains an entry
"I20220716 16:10:05.743779 14620 buffer.cpp:83] [m2k-adc] RX buffer created (352 samples)"
ScopyLog-20220716-160945.2160.log
TOIVI61 commented
I realized that the "Position" setting is outside the displayed time frame. This is why more samples are required than have been set.
So this is not a bug.