This commit is contained in:
gac-x11ma
2025-09-18 13:55:56 +02:00
parent 0f8956cafe
commit d26d91d508
12 changed files with 96 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
import ch.psi.pshell.framework.Context;
import ch.psi.pshell.framework.Panel;
import ch.psi.pshell.sequencer.Interpreter;
import ch.psi.pshell.sequencer.Sequencer;
import ch.psi.pshell.swing.DeviceValuePanel;
import ch.psi.pshell.utils.Arr;
import ch.psi.pshell.utils.State;
@@ -198,7 +198,7 @@ public class Beamline extends Panel {
args.put("CFF", spinnerCff.getValue());
}
void applyBeamline() throws Interpreter.InterpreterStateException {
void applyBeamline() throws Sequencer.StateException {
HashMap args = new HashMap();
setBeamlineArgs(args);