fix a3 alias assignment

rotation_z and stick_rotation need seperate entries in frappy_config
This commit is contained in:
2023-05-26 13:46:51 +02:00
parent 779fc13656
commit dd113a2da0
3 changed files with 35 additions and 21 deletions

View File

@ -33,15 +33,19 @@ devices = dict(
'alias': ['B', 'magfield'],
'targets': {'se_mf': 20},
},
rotation_z = {
rotation_z={
# possible names of the instruments main omega alias
# only one of these must be an alias, and this is then used
'unique': ['a3', 'om'],
'predefined_alias': ['a3', 'om'],
'targets': {'se_om': 20},
'envlist': False,
},
stick_rotation={
'alias': 'dom',
'targets': {'se_om': 20, 'se_stickrot': 19},
'envlist': False,
}
)
)
)
startupcode = '''