Related ModulesΒΆ
Here are some links to documentation of modules that hutch-python
relies
heavily on:
SLAC Modules:
- pcdsdaq: For using the daq
These documents explain how to use the
daq
object and how to incorporate thedaq
object intobluesky
plans.
- pcdsdevices: For LCLS devices
These documents are a complete API specification for available device classes, along with an explanation of some of the more important interfaces.
- happi: For object loading
These documents show how to add devices to the shared database, and how to read them back.
NSLS-II Modules:
- bluesky: For using the
RunEngine
These documents explain how to create and use
plans
and how to use theRE
object to run them. It also goes into depth about how theRunEngine
works and how it can be customized.
- bluesky: For using the
- ophyd: For developing LCLS devices
These documents describe the design philosophy behind the
ophyd
Device
architecture and how to create new device classes.