Open driftregion opened 4 days ago
Hi @driftregion,
Thanks for posting about this. You actually stumbled across an example that is in Main but is not yet in a released version. We are just holding off the release until after the holidays. We hope to provide save_screenshot() support to the legacy scope families as well.
In the interim I think what you might be looking for is what Tek used to refer to as "hardcopy" See the below example in our dedicated Example repo: Hardcopy Example
That at least should eliminate the need for the thumb drive. But the rest of your code seems fine.
Let me know if you have any issues or questions -Andrew
Hello,
I'd like to use
tm_devices
to save and transfer a screenshot via SCPI on the Tek MDO3104. I am using this example code: https://github.com/tektronix/tm_devices/blob/main/examples/scopes/tekscope/save_screenshot.py However, I run into the following issue.Question: what is the recommended way of saving a screenshot on MDO3104?
Here is my current approach, based on pyVISA:
It is ugly and requires that a USB flash drive be plugged in to the front of the scope. I have also used this code on 4-Series scope with success. The 4-series has an internal C:/ drive that may be used instead of the USB flash drive.