From 01260ca96543d31db25bd42447dc548b501dff29 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 25 Aug 2021 11:16:19 +0200 Subject: [PATCH] "SmarAct ID" -> "SmarActID" --- slic/devices/loptics/bernina_experiment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slic/devices/loptics/bernina_experiment.py b/slic/devices/loptics/bernina_experiment.py index ee997e367..5c26061c6 100755 --- a/slic/devices/loptics/bernina_experiment.py +++ b/slic/devices/loptics/bernina_experiment.py @@ -183,7 +183,7 @@ class Laser_Exp: print("No psen delay stage") print(expt) - # SmarAct ID + # SmarActID ### Mirrors used in the experiment ### for smar_name, smar_address in self.smar_config.items(): @@ -274,7 +274,7 @@ class Laser_Exp_old: # self._psen_delayStg = Motor(self.Id+'') # self.psen_delay = DelayStage(self._pump_delayStg) - # SmarAct ID + # SmarActID ### Mirrors used in the experiment ### for smar_name, smar_address in self.smar_config.items():