Open klauer opened 4 years ago
Issue where it complains about the unprimed plugin: https://github.com/pcdshub/hxrsnd/issues/109#issuecomment-706417233
Calling warmup()
throws a confusing error: ValueError: invalid literal for int() with base 10: b'Internal'
Expected Behavior
HDF5 plugins require priming for bluesky/ophyd to work with them.
Current Behavior
The priming method (
warmup
) sets the trigger mode to internal, which the opals apparently do not support:https://github.com/bluesky/ophyd/blob/4440bc74f226fccac6bb59a17753b9c517cbe864/ophyd/areadetector/plugins.py#L903-L909
Possible Solution
warmup