Skip to content

Commit 799889a

Browse files
changed names to p51
1 parent b4f30e3 commit 799889a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/spectroscopy_bluesky/common/panda_data_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ def get_frame(self, frame_index):
103103
return self.all_data[frame_index]
104104

105105

106-
panda_socket = DataSocket("bl20j-ts-panda-02", 8889)
106+
panda_socket = DataSocket("bl51p-ts-panda-02", 8889)
107107
panda_socket.connect()

src/spectroscopy_bluesky/p51/plans/direct_turbo_slit_movement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def kickoff(self) -> None:
8080
await wait_for_value(self.pcomp.active, True, timeout=1)
8181

8282
async def prepare(self, value: PcompInfo) -> None:
83-
await caput("BL20J-EA-PANDA-02:SRGATE1:FORCE_RST", "1", wait=True)
83+
await caput("BL51P-EA-PANDA-02:SRGATE1:FORCE_RST", "1", wait=True)
8484
await asyncio.gather(
8585
self.pcomp.start.set(value.start_postion),
8686
self.pcomp.width.set(value.pulse_width),
@@ -119,7 +119,7 @@ def get_pcomp_info(width, start_pos, direction_of_sweep: PandaPcompDirection, nu
119119
return panda_pcomp_info
120120

121121

122-
def setup_trajectory_scan_pvs(prefix: str = "BL20J-MO-STEP-06"):
122+
def setup_trajectory_scan_pvs(prefix: str = "BL51P-MO-STEP-06"):
123123
"""
124124
Set PV values on trajectory scan controller needed for scan to work
125125
(axis label to X, and profile name to PMAC6CS3)

0 commit comments

Comments
 (0)