Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,18 @@ It turns a repetitive manual lab workflow into a layered application:

## Demo

Watch the point-by-point operator console demo on YouTube:
[https://youtu.be/fYokRzNnm84](https://youtu.be/fYokRzNnm84)

[![Auto-Load-off-Test point-by-point operator console replay](docs/images/auto-load-off-test-point-replay-demo.png)](https://youtu.be/fYokRzNnm84)

[Watch the point-by-point operator console demo on YouTube](https://youtu.be/fYokRzNnm84)

This capture shows the real Tkinter operator console replaying a deterministic 72-point fixture
point by point. It demonstrates the UI, plotting, progress/status updates, source receipt, and export
workflow without connected instruments.

It is labeled `No hardware - simulated fixture`: the production AWG/oscilloscope adapters are not used
in this demo, and it is not live hardware validation.

Local fallback:

<video controls poster="docs/images/auto-load-off-test-point-replay-demo.png" src="docs/images/auto-load-off-test-point-replay-demo.mp4">
<a href="docs/images/auto-load-off-test-point-replay-demo.mp4">Watch the point-by-point fixture replay demo</a>
</video>

[Open the local MP4 fallback](docs/images/auto-load-off-test-point-replay-demo.mp4) |
[View the poster frame](docs/images/auto-load-off-test-point-replay-demo.png)
For offline review, the same capture is available as a [local MP4 fallback](docs/images/auto-load-off-test-point-replay-demo.mp4).

## Why It Exists

Expand Down
Loading