[wip] auto sample environment change, basic version

This commit is contained in:
2024-04-30 14:41:56 +02:00
parent 09237e4118
commit b10102e052
2 changed files with 298 additions and 213 deletions

View File

@ -18,7 +18,7 @@ devices = dict(
# device, using the given importance number, with similar values as
# given by the SECoP standard (10: instrument, 20: cryostat, 30: insert)
temperature = { # the SECoP meaning
'alias': ['Ts', 'temperature'], # the name(s) to be given to the alias
'alias': 'Ts', # the name(s) to be given to the alias
'targets': # possible devices in addition with importance
{'se_ts': 20, 'se_tt': 19, 'se_tm': 18},
},
@ -28,7 +28,7 @@ devices = dict(
'drivable_only': True,
},
magneticfield = {
'alias': ['B', 'magfield'],
'alias': 'B',
'targets': {'se_mf': 20},
},
pressure = {
@ -62,5 +62,4 @@ printinfo(" frappy('') # remove main SE apparatus")
printinfo(" frappy() # show the current SE configuration")
printinfo("=======================================================================================")
set_se_list()
frappy.has_changed()
'''