path correction in phoenix.py

This commit is contained in:
gac-x07mb
2024-07-25 16:01:56 +02:00
parent e30625476d
commit 68053222f8

View File

@ -30,9 +30,10 @@ import sys
class PhoenixBL():
"""
General class for PHOENIX beamline from_phoenic_bec_scripts
General class for PHOENIX beamline from phoenix_bec/phoenic_bec/scripts
"""
#define some epics channels
#scan_name = "phoenix_base"
@ -61,8 +62,8 @@ class PhoenixBL():
self.path_scripts_local = '/data/test/x07mb-test-bec/bec_deployment/phoenix_bec/phoenix_bec/local_scripts/'
self.path_config_local = self.path_scripts_local + 'ConfigPHOENIX/' # base dir for local configurations
self.path_devices_local = self.path_config_local + 'device_config/' # local yamal file
self.path_config_local = self.path_scripts_local + 'TEST_ConfigPhoenix/' # base dir for local configurations
self.path_devices_local = self.path_config_local + 'Local_device_config/' # local yamal file
self.file_device_file_local = self.path_devices_local + 'phoenix_devices.yaml'
self.path_phoenix_bec = '/data/test/x07mb-test-bec/bec_deployment/phoenix_bec/'