fix: update bs x and y instead of z #148
@@ -491,7 +491,8 @@ class BECClientWorker:
|
||||
) from e
|
||||
|
||||
def save_current_bs_pos(self):
|
||||
self.macros.save_current_position(self.dev.bs_z, "safe")
|
||||
self.macros.save_current_position(self.dev.bs_y, "in")
|
||||
self.macros.save_current_position(self.dev.bs_x, "in")
|
||||
|
||||
def save_current_collimator_pos(self):
|
||||
self.macros.save_current_position(self.dev.coll_y, "work")
|
||||
|
||||
@@ -386,7 +386,7 @@ class LocalContactPanel(QFrame):
|
||||
|
||||
device_config_layout.addWidget(
|
||||
self._make_button(
|
||||
"Save current beamstop z safe position",
|
||||
"Save current beamstop x and y 'in' positions",
|
||||
self._daq.bec_save_current_bs_pos,
|
||||
"Saving current BEC beamstop safe position.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user