testupload
This commit is contained in:
@ -30,7 +30,7 @@ import sys
|
|||||||
class PhoenixBL_from_phoenic_bec_scripts():
|
class PhoenixBL_from_phoenic_bec_scripts():
|
||||||
"""
|
"""
|
||||||
|
|
||||||
General class for PHOENIX beamline
|
General class for PHOENIX beamline from_phoenic_bec_scripts
|
||||||
|
|
||||||
"""
|
"""
|
||||||
#define some epics channels
|
#define some epics channels
|
||||||
@ -59,7 +59,7 @@ class PhoenixBL_from_phoenic_bec_scripts():
|
|||||||
self.path_config_local = self.path_scripts_local + 'ConfigPHOENIX/' # base dir for local configurations
|
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_devices_local = self.path_config_local + 'device_config/' # local yamal file
|
||||||
self.file_device_conf = self.path_devices_local + 'phoenix_devices.yaml'
|
self.file_device_conf = self.path_devices_local + 'phoenix_devices.yaml'
|
||||||
|
|
||||||
#bec.config.update_session_with_file(self.file_device_conf)
|
#bec.config.update_session_with_file(self.file_device_conf)
|
||||||
# last command created yaml backup, for now just move it away
|
# last command created yaml backup, for now just move it away
|
||||||
#os.system('mv *.yaml '+Devices_local+'/recovery_configs')
|
#os.system('mv *.yaml '+Devices_local+'/recovery_configs')
|
||||||
@ -79,6 +79,7 @@ class PhoenixBL_from_phoenic_bec_scripts():
|
|||||||
print(self.path_scripts_local)
|
print(self.path_scripts_local)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_func():
|
def test_func():
|
||||||
print('ttt')
|
print('ttt')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user