Skip to content
Open
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
3 changes: 3 additions & 0 deletions docs/how-to/write-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Then in your plan module:
:language: python
```

> [!NOTE]
> In order for this to work, the `MyDeviceComposite` needs to be made available to blueapi by importing it into the `planFunctions` module where it's needed. Factories for the individual devices within the composite also need to be available in the relevant beamline device module.


## Injecting Metadata

Expand Down
Loading