From af12c0d0e86eb58270d96d9951be0914cf5e45f3 Mon Sep 17 00:00:00 2001 From: David Perl Date: Tue, 25 Aug 2026 11:55:19 +0200 Subject: [PATCH] fix: simulated bec macros --- src/aare/beamline_dispatch/simulated/beamline_dispatch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aare/beamline_dispatch/simulated/beamline_dispatch.py b/src/aare/beamline_dispatch/simulated/beamline_dispatch.py index 59fcbd14..7f892533 100644 --- a/src/aare/beamline_dispatch/simulated/beamline_dispatch.py +++ b/src/aare/beamline_dispatch/simulated/beamline_dispatch.py @@ -26,6 +26,8 @@ class SimulatedBecMacros(BecMacros): def get_current_energy(): ... @staticmethod def mono_pitch_scan(plot=True): ... + @staticmethod + def auto_exposure(): ... class SimulatedDispatch(DefaultDispatch):