remove sign=-1 from cfg files

This commit is contained in:
zolliker 2023-06-05 13:02:40 +02:00
parent ad36ab1067
commit a6a3f80e30
6 changed files with 8 additions and 58 deletions

View File

@ -79,6 +79,7 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
sign=-1,
target_min = -180,
target_max = 360,
encoder_mode='READ',
)

View File

@ -74,5 +74,6 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
encoder_mode='NO',
target_min=-180,
target_max=360,
)

View File

@ -203,7 +203,8 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
sign=-1,
target_min=-180,
target_max=360,
encoder_mode='NO',
target=Param(min=-180, max=360)
)

View File

@ -219,6 +219,7 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
sign=-1,
target_min=-180,
target_max=360,
encoder_mode='NO',
)

View File

@ -1,24 +0,0 @@
Node('cfg/sea/camea-be-filter.cfg',
'Camea Be-Filter',
interface='5000',
name='camea-be-filter',
)
Mod('sea_addons',
'secop_psi.sea.SeaClient',
'addons sea connection for camea-be-filter.addon',
config='camea-be-filter.addon',
service='addons',
)
Mod('t_be_filter',
'secop_psi.sea.SeaReadable',
io='sea_addons',
sea_object='t_be_filter',
)
Mod('addonlock_camea-be-filter',
'secop_psi.sea.SeaWritable',
io='sea_addons',
sea_object='addonlock_camea-be-filter',
)

View File

@ -1,30 +0,0 @@
Node('cfg/sea/smamor.cfg',
'Keithley 2450 sourcemeter',
interface='5000',
name='smamor',
)
Mod('sea_main',
'secop_psi.sea.SeaClient',
'main sea connection for smamor.config',
config='smamor.config',
service='main',
)
Mod('smi',
'secop_psi.sea.SeaDrivable',
sea_object='smi',
io='sea_main',
)
Mod('smv',
'secop_psi.sea.SeaDrivable',
sea_object='smv',
io='sea_main',
)
Mod('r',
'secop_psi.sea.SeaReadable',
sea_object='r',
io='sea_main',
)