remove Tr from created aliases
changed alias creation / envlist mechanism
This commit is contained in:
@ -20,17 +20,14 @@ 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
|
||||
'targets': # possible devices in addition with importance
|
||||
{'se_ts': 20, 'se_tt': 19, 'se_tm': 18},
|
||||
'alias': ['Ts', 'temperature'], # 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},
|
||||
},
|
||||
temperature_regulation = {
|
||||
'alias': 'Tr',
|
||||
'targets': {'se_tt': 20, 'se_tm': 19, 'se_T_stat': 18},
|
||||
},
|
||||
temperature_drivable = {
|
||||
'alias': 'T',
|
||||
'envlist': False,
|
||||
'targets': {'se_ts': 20, 'se_tt': 19, 'se_tm': 18, 'se_T_stat': 17},
|
||||
'drivable_only': True,
|
||||
},
|
||||
magneticfield = {
|
||||
'alias': ['B', 'magfield'],
|
||||
@ -38,8 +35,8 @@ devices = dict(
|
||||
},
|
||||
rotation_z = {
|
||||
'alias': 'dom',
|
||||
'envlist': False,
|
||||
'targets': {'se_om': 20, 'se_stickrot': 19},
|
||||
'envlist': False,
|
||||
}
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user