Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/tutorials/scripting-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ This will be one of `WorkerEvent`, `ProgressEvent` or `DataEvent`.
An example that prints data for each point could be something like

```python
from blueapi.core.bluesky_types import DataEvent

def feedback(evt):
match evt:
case DataEvent(name="start"):
Expand Down
Loading