remove sign=-1 from cfg files

This commit is contained in:
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',
)