path correction in phoenix.py
This commit is contained in:
@ -30,9 +30,10 @@ import sys
|
|||||||
class PhoenixBL():
|
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
|
#define some epics channels
|
||||||
#scan_name = "phoenix_base"
|
#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_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_config_local = self.path_scripts_local + 'TEST_ConfigPhoenix/' # base dir for local configurations
|
||||||
self.path_devices_local = self.path_config_local + 'device_config/' # local yamal file
|
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.file_device_file_local = self.path_devices_local + 'phoenix_devices.yaml'
|
||||||
|
|
||||||
self.path_phoenix_bec = '/data/test/x07mb-test-bec/bec_deployment/phoenix_bec/'
|
self.path_phoenix_bec = '/data/test/x07mb-test-bec/bec_deployment/phoenix_bec/'
|
||||||
|
Reference in New Issue
Block a user